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:
cdfb0b8
)
Bump version to v1.5.4
author
RISCi_ATOM
<bob@bobcall.me>
Sun, 29 Nov 2020 01:25:20 +0000
(20:25 -0500)
committer
RISCi_ATOM
<bob@bobcall.me>
Sun, 29 Nov 2020 01:25:20 +0000
(20:25 -0500)
include/version.mk
patch
|
blob
|
history
diff --git
a/include/version.mk
b/include/version.mk
index c1cb393b9fa05c047e2bdd9e35a9dfce27eabdfc..3de6c9c2cc1b2a9e0471b8548ebfd432229d1d3a 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.
3
)
+VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),v1.5.
4
)
VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE))
VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION))