Author: jow
Date: 2014-10-16 18:13:16 +0200 (Thu, 16 Oct 2014)
New Revision: 42933

Modified:
   branches/barrier_breaker/include/version.mk
Log:
BB: include: correctly predefine other version variables as well

Signed-off-by: Jo-Philipp Wich <[email protected]>

Modified: branches/barrier_breaker/include/version.mk
===================================================================
--- branches/barrier_breaker/include/version.mk 2014-10-16 14:42:28 UTC (rev 
42932)
+++ branches/barrier_breaker/include/version.mk 2014-10-16 16:13:16 UTC (rev 
42933)
@@ -18,10 +18,10 @@
        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))
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to