diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-08-02 10:45:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-08-02 10:45:30 +0200 |
commit | 647c71be1b8840cc14130393df7615759ab0f899 (patch) | |
tree | 82b18d20e2b31231a3ec32ddd88839c7c12ec2e5 /Rules.mak | |
parent | c13f823941b103cf744929e5afcb3e2bc1342354 (diff) |
bump version for releasev1.0.5
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 := 4 +SUBLEVEL := 5 EXTRAVERSION := VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) ABI_VERSION := $(MAJOR_VERSION) |