include/version.mk: set 14.07 as the default version number

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41881 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2014-07-29 11:06:42 +00:00
parent d996035228
commit 610ca2d265
1 changed files with 1 additions and 1 deletions

View File

@ -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))