diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-07-25 21:20:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-07-25 21:20:50 +0200 |
commit | 42e662234fb5caaa329d33edb943113f79b14239 (patch) | |
tree | 115529f8276bec14b92fc4b58666acc09327d1e8 | |
parent | 61b3c079bdb9ec99e67c17ec92a8479138213faf (diff) |
-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 := 53 +SUBLEVEL := 54 EXTRAVERSION := VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) ABI_VERSION := $(MAJOR_VERSION) |