Skip to content

Commit

Permalink
Buildsystem: Bump version for v1.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tlsa committed Nov 21, 2021
1 parent a5a3d02 commit cb90acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# 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 = 1
VERSION_MINOR = 2
VERSION_PATCH = 1
VERSION_MINOR = 3
VERSION_PATCH = 0
VERSION_DEVEL = 1
VERSION_STR = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)

Expand Down

0 comments on commit cb90acc

Please sign in to comment.