summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-05-01 10:04:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-05-01 10:04:56 +0200
commitcdde4f237880befd8042f2156ad831fea9e56945 (patch)
treea38a4125299bfc1e656adda8971f9665105082f6
parentc8d6b02d714251afc82157eabb8752fd0010030e (diff)
bump version for 1.0.48 releasev1.0.48
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 05bca5e4a..5be74b86e 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -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)