diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-27 07:20:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-27 07:20:32 +0100 |
commit | 318858b4735dc38720be492cc30971ca1a1d55f8 (patch) | |
tree | 0a7775aafb7f3178b829597807ecbba61aef470d /Rules.mak | |
parent | deb84369a3042c071b4f4cb5a8e914aabc5b4ba1 (diff) |
bump version for 1.0.47 releasev1.0.47
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 := 46 +SUBLEVEL := 47 EXTRAVERSION := VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) ABI_VERSION := $(MAJOR_VERSION) |