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:
accf345
)
librecmc: Bump version of v6.1
author
RISCi_ATOM
<bob@bobcall.me>
Sat, 29 Jun 2024 18:18:54 +0000
(14:18 -0400)
committer
RISCi_ATOM
<bob@bobcall.me>
Sat, 29 Jun 2024 18:18:54 +0000
(14:18 -0400)
include/version.mk
patch
|
blob
|
history
diff --git
a/include/version.mk
b/include/version.mk
index 0ee5c8a54e3d39827f90be5756e1ca6ca0ebe760..b514be3c0258a89fb7bacd65045e9c21ec22e673 100644
(file)
--- a/
include/version.mk
+++ b/
include/version.mk
@@
-23,7
+23,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),v6.
0
)
+VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),v6.
1
)
VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE))
VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION))