Skip to content

Commit

Permalink
Add newline on VERSION file
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Oct 3, 2024
1 parent 205e961 commit f2eea12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -233,5 +233,4 @@ updatemod:
# Increase the patch number in the VERSION file
.PHONY: versionup
versionup:
echo ${VERSION} | gawk -F. '{printf("%d.%d.%d",$$1,$$2,(($$3+1)));}' > VERSION
$(MAKE) version
echo ${VERSION} | gawk -F. '{printf("%d.%d.%d\n",$$1,$$2,(($$3+1)));}' > VERSION
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.21
1.0.22

0 comments on commit f2eea12

Please sign in to comment.