From 607ce8323f6318add52839bbfd6e5c6587ae5255 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 29 Jul 2014 11:06:42 +0000 Subject: 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 --- include/version.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/version.mk') diff --git a/include/version.mk b/include/version.mk index 575398bc20..66219ecc10 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)) -- cgit v1.2.3