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:
ad9ad20
)
librecmc: bump version to v1.5.10
v1.5.10
v1.5.10-20220628
author
RISCi_ATOM
<bob@bobcall.me>
Mon, 27 Jun 2022 03:23:46 +0000
(23:23 -0400)
committer
RISCi_ATOM
<bob@bobcall.me>
Mon, 27 Jun 2022 03:23:46 +0000
(23:23 -0400)
include/version.mk
patch
|
blob
|
history
diff --git
a/include/version.mk
b/include/version.mk
index ca4ac4dfb9201dbb2009f18de1b2fa84e95390ab..f66d5aeb784cd90e8a931f0a75be174fcc1acf96 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.
9
)
+VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),v1.5.
10
)
VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE))
VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION))