From: José Bollo Date: Thu, 7 Feb 2019 09:22:36 +0000 (+0100) Subject: Set default version 7.0.0 GRUMPY GUPPY X-Git-Tag: 6.99.5^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-main.git;a=commitdiff_plain;h=d07c7f7169788ffbe5cc70506daaf9fe0add88c2 Set default version 7.0.0 GRUMPY GUPPY Change-Id: Ie8265569cbf99694285f9dc0f309fd202b413765 Signed-off-by: José Bollo --- 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")