We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f056b36 + 8fa7d56 commit fc442c7Copy full SHA for fc442c7
Makefile.versions
@@ -1,5 +1,5 @@
1
VERSION_MAJOR := 1
2
VERSION_MINOR := 4
3
-VERSION_SUBLEVEL := 0
+VERSION_SUBLEVEL := 1
4
VERSION_EXTRA :=
5
VERSION := $(VERSION_MAJOR)$(if $(VERSION_MINOR),.$(VERSION_MINOR))$(if $(VERSION_SUBLEVEL),.$(VERSION_SUBLEVEL))$(if $(VERSION_EXTRA),.$(VERSION_EXTRA))
0 commit comments