diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-08 09:11:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-08 09:11:43 +0200 |
commit | 469594cd898d0386f226f6703ae34d0332a2cfe6 (patch) | |
tree | 754dc998347305baba51cc505dbd96010157dc7a /Rules.mak | |
parent | b38f6240891f78af59e2c5d25361ab67a73e000f (diff) |
bump version to 1.0.0
prepare for stable release.
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -127,9 +127,9 @@ export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS MULTILIB_DIR # Now config hard core -MAJOR_VERSION := 0 -MINOR_VERSION := 9 -SUBLEVEL := 34 +MAJOR_VERSION := 1 +MINOR_VERSION := 0 +SUBLEVEL := 0 EXTRAVERSION :=-git VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) ABI_VERSION := $(MAJOR_VERSION) |