diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-01-24 23:07:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-01-24 23:07:35 +0100 |
commit | 9e504a4ac839ac771ee96ea626d225adaa7df054 (patch) | |
tree | 76ef4b68362e64af93209ce086bc9af35aafdaa4 /Rules.mak | |
parent | 5b89fd74e7e9075049f3268424ab1ee14f811b0d (diff) |
bump version for 1.0.40 releasev1.0.40
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 := 39 +SUBLEVEL := 40 EXTRAVERSION := VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) ABI_VERSION := $(MAJOR_VERSION) |