summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2016-12-11 17:08:47 +1100
committerCon Kolivas <kernel@kolivas.org>2020-04-28 13:04:02 +1000
commitc6ead530c79828137c5518e8c40daa6a9fd25ee7 (patch)
treebcc707a72a4fcffb6efc4959b39391729110c625
parent546224764742dc1938b3979091c2c81b37d6e730 (diff)
Add -ck1 version.5.6-ck1
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4d0711f54047..aa5770ed49a3 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,10 @@ NAME = Kleptomaniac Octopus
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.
#