diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-03-13 22:33:41 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-03-13 22:33:41 +0100 |
commit | 50a5c1c36f39b3d0feffcbdf20d906508c545ffe (patch) | |
tree | 9db1cb0ced705e21a832cac5f4c33ff8500c8b96 | |
parent | 3c1457161e5206c2d576ab25d350a139511c096d (diff) |
bump version for releasev1.0.13
-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 := 12 +SUBLEVEL := 13 EXTRAVERSION := VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) ABI_VERSION := $(MAJOR_VERSION) |