summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2020-03-21 12:59:27 -0600
committerAaron Ball <nullspoon@oper.io>2020-03-21 12:59:27 -0600
commit110b5ac379f220301d27c80d519e5893b3dc2b3b (patch)
treeb1db134eb14e334a3e6361eb04b6f3979ab925ae
parentcf15673142ac1b405eb04f06c28c2ce6f5836a78 (diff)
downloadluminous-110b5ac379f220301d27c80d519e5893b3dc2b3b.tar.gz
luminous-110b5ac379f220301d27c80d519e5893b3dc2b3b.tar.xz
Increase version from 1.1-rc2 to 1.2v1.2
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 778231f..c8fd77f 100644
--- a/Makefile
+++ b/Makefile
@@ -6,9 +6,9 @@ INITDIR=/etc/rc.d
CONFDIR=/etc/
VERSION = 1
-PATCHLEVEL = 1
+PATCHLEVEL = 2
SUBLEVEL = 0
-EXTRAVERSION = -rc2
+EXTRAVERSION =
VERSTR = "$(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL))$(EXTRAVERSION)"
DATESTR = "$(shell date '+%F')"

Generated by cgit