Skip to content

Commit

Permalink
Version: Increment minor version for first release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tlsa committed Feb 3, 2019
1 parent 6f14e00 commit 8918b1e
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 @@ -16,7 +16,7 @@ endif
# Master branch will always be DEVEL. The release process will be to make
# the release branch, set VESION_DEVEL to 0, and tag the release.
VERSION_MAJOR = 0
VERSION_MINOR = 0
VERSION_MINOR = 1
VERSION_PATCH = 0
VERSION_DEVEL = 1 # Zero or one only.
VERSION_STR = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)
Expand Down

0 comments on commit 8918b1e

Please sign in to comment.