From: jow Date: Thu, 16 Oct 2014 16:13:16 +0000 (+0000) Subject: BB: include: correctly predefine other version variables as well X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=b88bd5a4f05a8e000cb73a629cd582180fd0682f;p=14.07%2Fopenwrt.git BB: include: correctly predefine other version variables as well Signed-off-by: Jo-Philipp Wich git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42933 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/version.mk b/include/version.mk index cfabe07..2fd605f 100644 --- a/include/version.mk +++ b/include/version.mk @@ -18,10 +18,10 @@ PKG_CONFIG_DEPENDS += \ CONFIG_VERSION_HWREV \ VERSION_NUMBER:=$(call qstrip,$(CONFIG_VERSION_NUMBER)) -VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),$(REVISION)) +VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),14.07) VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_NUMBER)) -VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),14.07) +VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),Barrier Breaker) VERSION_NICK:=$(call qstrip,$(CONFIG_VERSION_NICK)) VERSION_NICK:=$(if $(VERSION_NICK),$(VERSION_NICK),$(RELEASE))