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:
2ed3d34
)
Change version to LTS
author
RISCi_ATOM
<bob@bobcall.me>
Wed, 22 Jan 2020 15:33:03 +0000
(10:33 -0500)
committer
RISCi_ATOM
<bob@bobcall.me>
Wed, 22 Jan 2020 15:33:03 +0000
(10:33 -0500)
include/version.mk
patch
|
blob
|
history
diff --git
a/include/version.mk
b/include/version.mk
index f5b43a866c017a7af8be3d7aa43278475eb2524c..374342c4d627370e6c7832f441fd4b20b2da3047 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.0
)
+VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),
LTS
)
VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE))
VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION))