diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2023-10-11 23:06:24 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-10-11 23:06:24 +0200 |
commit | bd4f415efacfc03bbe5b79ae1d39c1451f5f7385 (patch) | |
tree | c3f975521b1bb2631edfaa90678011d144d52342 /include | |
parent | 6637af95aa9085c8367ce8184b0fe6917365c3d3 (diff) | |
download | upstream-bd4f415efacfc03bbe5b79ae1d39c1451f5f7385.tar.gz upstream-bd4f415efacfc03bbe5b79ae1d39c1451f5f7385.tar.bz2 upstream-bd4f415efacfc03bbe5b79ae1d39c1451f5f7385.zip |
OpenWrt v23.05.0: adjust config defaultsv23.05.0
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/version.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/version.mk b/include/version.mk index 924bf83541..ff5ef944ae 100644 --- a/include/version.mk +++ b/include/version.mk @@ -23,13 +23,13 @@ PKG_CONFIG_DEPENDS += \ sanitize = $(call tolower,$(subst _,-,$(subst $(space),-,$(1)))) VERSION_NUMBER:=$(call qstrip,$(CONFIG_VERSION_NUMBER)) -VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),23.05-SNAPSHOT) +VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),23.05.0) VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE)) -VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION)) +VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),r23497-6637af95aa) VERSION_REPO:=$(call qstrip,$(CONFIG_VERSION_REPO)) -VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://downloads.openwrt.org/releases/23.05-SNAPSHOT) +VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://downloads.openwrt.org/releases/23.05.0) VERSION_DIST:=$(call qstrip,$(CONFIG_VERSION_DIST)) VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),OpenWrt) |