diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-08 21:36:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-08 21:36:25 +0100 |
commit | 3b8d53ecf756a2352227b6c12eefb63847318005 (patch) | |
tree | 2656c1662e68579cac226a5356b58933600fdbfe | |
parent | a22b1f00846fb4dc09fe8ddc32a44152875af7c2 (diff) |
prepare for 1.0.1v1.0.1
-rw-r--r-- | Rules.mak | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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),) |