summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-08 21:36:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-08 21:36:25 +0100
commit3b8d53ecf756a2352227b6c12eefb63847318005 (patch)
tree2656c1662e68579cac226a5356b58933600fdbfe
parenta22b1f00846fb4dc09fe8ddc32a44152875af7c2 (diff)
prepare for 1.0.1v1.0.1
-rw-r--r--Rules.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rules.mak b/Rules.mak
index 5686e46ae..56ea7fbc8 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -126,8 +126,8 @@ export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS MULTILIB_DIR
# Now config hard core
MAJOR_VERSION := 1
MINOR_VERSION := 0
-SUBLEVEL := 0
-EXTRAVERSION :=-git
+SUBLEVEL := 1
+EXTRAVERSION :=
VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
ABI_VERSION := $(MAJOR_VERSION)
ifneq ($(EXTRAVERSION),)