From: blogic Date: Tue, 29 Jul 2014 11:06:42 +0000 (+0000) Subject: include/version.mk: set 14.07 as the default version number X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=610ca2d265004bfc708d51313299bf216bd3adab;p=14.07%2Fopenwrt.git include/version.mk: set 14.07 as the default version number Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41881 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/version.mk b/include/version.mk index 575398b..66219ec 100644 --- 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))