summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2019-08-27 08:35:26 -0600
committerAaron Ball <nullspoon@oper.io>2019-08-27 08:35:26 -0600
commit00d8817d283e385e80865394aa263b45dd173542 (patch)
tree8aeb1e2010712fea5c3ddbc0ccc2df37061fe13f
parent1dd4ef2a85c17fa59243a16f5b4680b6f00b8644 (diff)
downloadupwgen-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--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e17dda5..3767db7 100644
--- a/Makefile
+++ b/Makefile
@@ -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)"

Generated by cgit