diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-12-18 06:25:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-12-18 06:25:49 +0100 |
commit | fc3b6dc46a80e1f4aa468472aa6c7083f3bc6581 (patch) | |
tree | 2d75a8c9818f12c0fd359ff8dea482bca4340cd8 /Rules.mak | |
parent | 74d5b684253ce61404c1b72f2726599f00eb0a14 (diff) |
bump version for 1.0.45 releasev1.0.45
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 := 44 +SUBLEVEL := 45 EXTRAVERSION := VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) ABI_VERSION := $(MAJOR_VERSION) |