diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-05-06 09:20:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-05-06 09:20:38 +0200 |
commit | 40a337ce799d936ed483dfbf348bc9528b34c6ed (patch) | |
tree | ad6c36b6a2987c24b0f44bf63782031d1a64c64a /Rules.mak | |
parent | 25751e796e83a75e0d443f96694e539ffbf4687a (diff) |
prepare for release 1.0.34v1.0.34
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS MULTILIB_DIR # Now config hard core MAJOR_VERSION := 1 MINOR_VERSION := 0 -SUBLEVEL := 33 +SUBLEVEL := 34 EXTRAVERSION := VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) ABI_VERSION := $(MAJOR_VERSION) |