summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Wellving <andreas.wellving@enea.com>2021-12-20 10:46:21 +0100
committerAndreas Wellving <andreas.wellving@enea.com>2021-12-20 10:46:21 +0100
commit3f83785007d2f5feea3edfe85b0deb3f60a1fbcc (patch)
tree64a817faac7e050616c752ffc58798cb767685a1
parent5c027a9d4460ba31b4db102a5ce01aca50041584 (diff)
downloadmeta-el-nfv-access-feature_CPDX-3562.tar.gz
Update distro version to 2.7.0feature_CPDX-3562
Change-Id: Ifd4e494542db2468bb1efb500b8bd03af66929f0 Signed-off-by: Andreas Wellving <andreas.wellving@enea.com>
-rw-r--r--conf/distro/eneanfvaccess.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/eneanfvaccess.conf b/conf/distro/eneanfvaccess.conf
index 40e6e1b..a8f426a 100644
--- a/conf/distro/eneanfvaccess.conf
+++ b/conf/distro/eneanfvaccess.conf
@@ -1,7 +1,7 @@
1require conf/distro/enea.conf 1require conf/distro/enea.conf
2 2
3DISTRO_NAME = "Enea Edge Runtime" 3DISTRO_NAME = "Enea Edge Runtime"
4DISTRO_VERSION_MAJOR ??= "2.6" 4DISTRO_VERSION_MAJOR ??= "2.7"
5DISTRO_VERSION_MINOR ??= ".0" 5DISTRO_VERSION_MINOR ??= ".0"
6DISTRO_VERSION = "${DISTRO_VERSION_MAJOR}${DISTRO_VERSION_MINOR}" 6DISTRO_VERSION = "${DISTRO_VERSION_MAJOR}${DISTRO_VERSION_MINOR}"
7 7