diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-15 11:25:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-15 11:25:50 +0100 |
commit | 70c47188ecf16d626893b6f06c5843830c98fa35 (patch) | |
tree | bab0f48df5bec34bafca3b3f11dbc7749e7d6de1 /Rules.mak | |
parent | d0039e5ac5fe09e04c849c46640c191caa4f9eda (diff) |
bump version, preparing releasev1.0.9
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS MULTILIB_DIR # Now config hard core MAJOR_VERSION := 1 MINOR_VERSION := 0 -SUBLEVEL := 8 +SUBLEVEL := 9 EXTRAVERSION := VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) ABI_VERSION := $(MAJOR_VERSION) |