summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-12-18 06:25:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-12-18 06:25:49 +0100
commitfc3b6dc46a80e1f4aa468472aa6c7083f3bc6581 (patch)
tree2d75a8c9818f12c0fd359ff8dea482bca4340cd8
parent74d5b684253ce61404c1b72f2726599f00eb0a14 (diff)
bump version for 1.0.45 releasev1.0.45
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 2aacee521..a51e98b92 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 := 44
+SUBLEVEL := 45
EXTRAVERSION :=
VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
ABI_VERSION := $(MAJOR_VERSION)