projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36edae0
)
include/version.mk: set 14.07 as the default version number Signed-off-by: John Crisp...
author
John Crispin
<
[email protected]
>
Tue, 29 Jul 2014 11:06:42 +0000
(11:06 +0000)
committer
John Crispin
<
[email protected]
>
Tue, 29 Jul 2014 11:06:42 +0000
(11:06 +0000)
SVN-Revision: 41881
include/version.mk
patch
|
blob
|
history
diff --git
a/include/version.mk
b/include/version.mk
index 575398bc2069b2383ba5364533fdbf7bb5d900de..66219ecc10eaf80a40dd6936bfb256d2f3ca54dd 100644
(file)
--- a/
include/version.mk
+++ b/
include/version.mk
@@
-18,7
+18,7
@@
VERSION_NUMBER:=$(call qstrip,$(CONFIG_VERSION_NUMBER))
VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),$(REVISION))
VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_NUMBER))
-VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),
Bleeding Edge
)
+VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),
14.07
)
VERSION_NICK:=$(call qstrip,$(CONFIG_VERSION_NICK))
VERSION_NICK:=$(if $(VERSION_NICK),$(VERSION_NICK),$(RELEASE))