diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-01 10:04:56 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-01 10:04:56 +0200 |
commit | cdde4f237880befd8042f2156ad831fea9e56945 (patch) | |
tree | a38a4125299bfc1e656adda8971f9665105082f6 /Rules.mak | |
parent | c8d6b02d714251afc82157eabb8752fd0010030e (diff) |
bump version for 1.0.48 releasev1.0.48
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 := 47 +SUBLEVEL := 48 EXTRAVERSION := VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) ABI_VERSION := $(MAJOR_VERSION) |