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:
0c397a6
)
librecmc: bump to v1.5.5
author
RISCi_ATOM
<bob@bobcall.me>
Tue, 30 Mar 2021 14:26:10 +0000
(10:26 -0400)
committer
RISCi_ATOM
<bob@bobcall.me>
Tue, 30 Mar 2021 14:26:10 +0000
(10:26 -0400)
include/version.mk
patch
|
blob
|
history
diff --git
a/include/version.mk
b/include/version.mk
index c94c64b20116936b9333d604a3848c74fd5d4f2d..244d10424a629e5e262478a736352f1b74763318 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.
4a
)
+VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),v1.5.
5
)
VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE))
VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION))