Skip to content

Commit

Permalink
Merge pull request #134 from rst0git/version-1.2.0
Browse files Browse the repository at this point in the history
Create new release v1.2.0
  • Loading branch information
rst0git authored Jun 10, 2024
2 parents 394ce4e + 541e4f4 commit 46361c3
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 := 1
VERSION_MINOR := 2
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 46361c3

Please sign in to comment.