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:
3858b40
)
Bump libreCMC version to v1.5.1
author
RISCi_ATOM
<bob@bobcall.me>
Tue, 31 Mar 2020 05:29:23 +0000
(
01:29
-0400)
committer
RISCi_ATOM
<bob@bobcall.me>
Tue, 31 Mar 2020 05:29:23 +0000
(
01:29
-0400)
include/version.mk
patch
|
blob
|
history
diff --git
a/include/version.mk
b/include/version.mk
index e1ce8951a3c2effc191bfbffa3e131da251c853e..3cc5109698e365d0491221e8a6ba4a3f5bc56e20 100644
(file)
--- a/
include/version.mk
+++ b/
include/version.mk
@@
-26,7
+26,7
@@
PKG_CONFIG_DEPENDS += \
sanitize = $(call tolower,$(subst _,-,$(subst $(space),-,$(1))))
VERSION_NUMBER:=$(call qstrip,$(CONFIG_VERSION_NUMBER))
-VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),v1.5.
0a
)
+VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),v1.5.
1
)
VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE))
VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION))