diff options
author | Aaron Ball <nullspoon@oper.io> | 2019-08-27 08:35:26 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2019-08-27 08:35:26 -0600 |
commit | 00d8817d283e385e80865394aa263b45dd173542 (patch) | |
tree | 8aeb1e2010712fea5c3ddbc0ccc2df37061fe13f | |
parent | 1dd4ef2a85c17fa59243a16f5b4680b6f00b8644 (diff) | |
download | upwgen-refactor-random-selection.tar.gz upwgen-refactor-random-selection.tar.xz |
Update release version info (probably will do this again)refactor-random-selection
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,9 +4,9 @@ PREFIX = /usr/bin MANPREFIX = /usr/share/man VERSION = 1 -PATCHLEVEL = 1 +PATCHLEVEL = 2 EXTRAVERSION = -RELDATE = 2019 March 11 +RELDATE = 2019 August 27 VERSTR = "$(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL))$(EXTRAVERSION)" |