diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-29 11:06:42 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-29 11:06:42 +0000 |
commit | 607ce8323f6318add52839bbfd6e5c6587ae5255 (patch) | |
tree | dd6c4d566b191a659f4f629ea586ca5f7eb9d372 /include | |
parent | 480e16d6b8441fc20eb3ac82089d4f05aee09071 (diff) | |
download | upstream-607ce8323f6318add52839bbfd6e5c6587ae5255.tar.gz upstream-607ce8323f6318add52839bbfd6e5c6587ae5255.tar.bz2 upstream-607ce8323f6318add52839bbfd6e5c6587ae5255.zip |
include/version.mk: set 14.07 as the default version number
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41881 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/version.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/version.mk b/include/version.mk index 575398bc20..66219ecc10 100644 --- a/include/version.mk +++ b/include/version.mk @@ -18,7 +18,7 @@ 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),14.07) VERSION_NICK:=$(call qstrip,$(CONFIG_VERSION_NICK)) VERSION_NICK:=$(if $(VERSION_NICK),$(VERSION_NICK),$(RELEASE)) |