From: jow Date: Fri, 13 Apr 2012 10:54:46 +0000 (+0000) Subject: [backfire] adjust version defaults (#11280) X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=25ff440eecabbcc43b4af8b3ee1cce7208014586 [backfire] adjust version defaults (#11280) git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@31273 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/version.mk b/include/version.mk index 4687dcc2e..ab6683d3e 100644 --- a/include/version.mk +++ b/include/version.mk @@ -18,13 +18,13 @@ 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),10.03.x Snapshot) VERSION_NICK:=$(call qstrip,$(CONFIG_VERSION_NICK)) VERSION_NICK:=$(if $(VERSION_NICK),$(VERSION_NICK),$(RELEASE)) VERSION_REPO:=$(call qstrip,$(CONFIG_VERSION_REPO)) -VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.openwrt.org/snapshots/trunk/%T/packages) +VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.openwrt.org/backfire/10.03.1/%T/packages) VERSION_DIST:=$(call qstrip,$(CONFIG_VERSION_DIST)) VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),OpenWrt)