summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2016-12-11 17:08:47 +1100
committerCon Kolivas <kernel@kolivas.org>2019-07-19 17:27:32 +1000
commite56901aa048c1b24f74ab6c751f2945156a8fc09 (patch)
tree5b6d32395016ef656147020ba6729380224d0c5a
parent60449005444f420bc42f7ebc756b3eb19ebdd6d4 (diff)
Add -ck1 version.5.2-ck1
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3e4868a6498b..6c5d32ffd57d 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,10 @@ NAME = Bobtail Squid
PHONY := _all
_all:
+CKVERSION = -ck1
+CKNAME = MuQSS Powered
+EXTRAVERSION := $(EXTRAVERSION)$(CKVERSION)
+
# We are using a recursive build, so we need to do a little thinking
# to get the ordering right.
#