Skip to content

Commit fc442c7

Browse files
authored
Merge pull request #182 from rst0git/make-version
Update version number
2 parents f056b36 + 8fa7d56 commit fc442c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION_MAJOR := 1
22
VERSION_MINOR := 4
3-
VERSION_SUBLEVEL := 0
3+
VERSION_SUBLEVEL := 1
44
VERSION_EXTRA :=
55
VERSION := $(VERSION_MAJOR)$(if $(VERSION_MINOR),.$(VERSION_MINOR))$(if $(VERSION_SUBLEVEL),.$(VERSION_SUBLEVEL))$(if $(VERSION_EXTRA),.$(VERSION_EXTRA))

0 commit comments

Comments
 (0)