Fix once more the release-tag :(

It's not `v-x.y`, but rather `vx.y`. Sigh.
This commit is contained in:
Iustin Pop
2025-02-08 21:30:39 +01:00
parent a684fe5a15
commit a07846b2e3

View File

@@ -99,7 +99,7 @@ coverage: clean
release-tag:
git tag -s -m 'Release version $(VERSION)' v-$(VERSION)
git tag -s -m 'Release version $(VERSION)' v$(VERSION)
clean:
rm -f *~ \#*\# *.o *.gcno *.gcda coverage.info $(PROGS) version.h