X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=include%2Fversion.mk;h=ab6683d3ee4c2652d4fe48963d318b5cb74d167e;hp=4687dcc2e0b495711c27aa6f5f563da0823b0f0f;hb=25ff440eecabbcc43b4af8b3ee1cce7208014586;hpb=f79d9b945fe3013e3264204c4830902ee6439bea 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)