Skip to content

Commit

Permalink
make: increment version
Browse files Browse the repository at this point in the history
Signed-off-by: Radostin Stoyanov <[email protected]>
  • Loading branch information
rst0git committed Nov 18, 2024
1 parent 9a448d5 commit 685c42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_MAJOR := 1
VERSION_MINOR := 2
VERSION_MINOR := 3
VERSION_SUBLEVEL := 0
VERSION_EXTRA :=
VERSION := $(VERSION_MAJOR)$(if $(VERSION_MINOR),.$(VERSION_MINOR))$(if $(VERSION_SUBLEVEL),.$(VERSION_SUBLEVEL))$(if $(VERSION_EXTRA),.$(VERSION_EXTRA))

0 comments on commit 685c42b

Please sign in to comment.