From d07c7f7169788ffbe5cc70506daaf9fe0add88c2 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 7 Feb 2019 10:22:36 +0100 Subject: Set default version 7.0.0 GRUMPY GUPPY MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie8265569cbf99694285f9dc0f309fd202b413765 Signed-off-by: José Bollo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e3732ae..fabbac9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ include(CTest) set(PROJECT_NAME "AFM Main") set(PROJECT_PRETTY_NAME "Application Framework Main") set(PROJECT_DESCRIPTION "Secured Application framework for Automotive Grade Linux") -set(AGLVERSION "6.90.0" CACHE STRING "Version of AGL") +set(AGLVERSION "7.0.0" CACHE STRING "Version of AGL") set(PROJECT_VERSION ${AGLVERSION} CACHE STRING "Version of the project can override AGLVERSION") set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-framework-main.git;a=summary") -- cgit 1.2.3-korg