projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ed611a
)
Bump libreCMC to v1.4.9
author
RISCi_ATOM
<bob@bobcall.me>
Tue, 1 Oct 2019 13:33:08 +0000
(09:33 -0400)
committer
RISCi_ATOM
<bob@bobcall.me>
Tue, 1 Oct 2019 13:33:08 +0000
(09:33 -0400)
include/version.mk
patch
|
blob
|
history
diff --git
a/include/version.mk
b/include/version.mk
index da2adc8b86d36d0884596d24299e01ad0443e861..ec48cd27f4c4095d495b2c364d93d699e1b9a585 100644
(file)
--- a/
include/version.mk
+++ b/
include/version.mk
@@
-31,7
+31,7
@@
qstrip_escape=$(subst ','\'',$(call qstrip,$(1)))
sanitize = $(call tolower,$(subst _,-,$(subst $(space),-,$(1))))
VERSION_NUMBER:=$(call qstrip_escape,$(CONFIG_VERSION_NUMBER))
-VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),v1.4.
8
)
+VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),v1.4.
9
)
VERSION_CODE:=$(call qstrip_escape,$(CONFIG_VERSION_CODE))
VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION))