summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2019-03-09 21:30:14 -0700
committerAaron Ball <nullspoon@oper.io>2019-03-09 21:30:14 -0700
commit1a93eda888baba95aab8273af8c9ca174d44c9c2 (patch)
tree9157a059cc686652b2d1b6910fced6976d1a9612
parent3e3e8413d893f1e05130bf08114976211aef05c2 (diff)
downloadupwgen-1a93eda888baba95aab8273af8c9ca174d44c9c2.tar.gz
upwgen-1a93eda888baba95aab8273af8c9ca174d44c9c2.tar.xz
Version from 1.0 to 1.1-rc1
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5ac06a0..708457b 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@ out = upwgen
PREFIX = /usr/bin
VERSION = 1
-PATCHLEVEL = 0
-EXTRAVERSION =
+PATCHLEVEL = 1
+EXTRAVERSION = -rc1
VERSTR = "$(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL))$(EXTRAVERSION)"

Generated by cgit