summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2016-12-11 17:08:47 +1100
committerCon Kolivas <kernel@kolivas.org>2019-10-25 17:04:26 +1100
commit70addc8d293d1af326ddedec6ce71b1c8a90b787 (patch)
tree588e8e758e5f3d95952fb62ffe20d0723ee396a0
parent8855614675e55a04d9fa3101505493a62deb96a3 (diff)
Add -ck1 version.5.3-ck1
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6886f22902c9..5e93d1e8598e 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.
#