diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-06 14:58:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-06 14:58:09 +0200 |
commit | f82757461a7fdec3233766494d7003bc89f71241 (patch) | |
tree | a511f3695429ba7adf0f9f94859233756f5039c3 | |
parent | 96af6db3a430a22d5e8a45f6e7284362866b3980 (diff) |
bump version for 1.0.52 releasev1.0.52
-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 := 51 +SUBLEVEL := 52 EXTRAVERSION := VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) ABI_VERSION := $(MAJOR_VERSION) |