summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
#