From: Jo-Philipp Wich Date: Fri, 13 Apr 2012 10:54:46 +0000 (+0000) Subject: [backfire] adjust version defaults (#11280) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e357f38c700e8c592e31878a0e583fd0c2cf263d;p=openwrt%2Fsvn-archive%2Farchive.git [backfire] adjust version defaults (#11280) SVN-Revision: 31273 --- diff --git a/include/version.mk b/include/version.mk index 4687dcc2e0..ab6683d3ee 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)