diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-01-14 13:29:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-01-14 13:29:18 +0100 |
commit | 97eb10db57509bd641ae3b7360fdb48fe93a1f91 (patch) | |
tree | 0f2449ec6a809dcbabd2b2a9c567dfc614ff985e | |
parent | 83b2c24e3933ec4f108c715991f0ddef56a2a3aa (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 := 50 +SUBLEVEL := 51 EXTRAVERSION := VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) ABI_VERSION := $(MAJOR_VERSION) |