Skip to content

Commit

Permalink
Version: Clear release flag for development
Browse files Browse the repository at this point in the history
  • Loading branch information
tlsa committed Aug 31, 2024
1 parent d05365e commit 224e586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
VERSION_MAJOR = 1
VERSION_MINOR = 4
VERSION_PATCH = 2
VERSION_DEVEL = 0
VERSION_DEVEL = 1
VERSION_STR = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)

# Default variant depends on whether it's a development build.
Expand Down

0 comments on commit 224e586

Please sign in to comment.