We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5a2bc commit dfbb09fCopy full SHA for dfbb09f
Makefile
@@ -95,6 +95,8 @@ ifneq ($(shell git status -s),)
95
endif
96
echo "$(NEW_VERSION)" > VERSION
97
git add VERSION
98
+ sed -i 's/#define CASEMATE_VERSION "\(.*\)"/#define CASEMATE_VERSION "$(NEW_VERSION)"/' src/lib/casemate.h
99
+ git add src/lib/casemate.h
100
git commit -m "bump: version: $(NEW_VERSION)"
101
git fetch --tags
102
git tag v$(NEW_VERSION)
0 commit comments