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:
f1739be
)
Bump libreCMC version #
author
RISCi_ATOM
<bob@bobcall.me>
Thu, 23 Aug 2018 10:43:13 +0000
(06:43 -0400)
committer
RISCi_ATOM
<bob@bobcall.me>
Thu, 23 Aug 2018 10:43:13 +0000
(06:43 -0400)
include/version.mk
patch
|
blob
|
history
diff --git
a/include/version.mk
b/include/version.mk
index 391c4f80c4d9ac94834684cd7e48595b0d882ab4..c49df3a459f806f05fe673290d7507160416d3bf 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.
4
)
+VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),v1.4.
5
)
VERSION_CODE:=$(call qstrip_escape,$(CONFIG_VERSION_CODE))
VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION))