diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-02-07 10:22:36 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-02-07 10:22:36 +0100 |
commit | d07c7f7169788ffbe5cc70506daaf9fe0add88c2 (patch) | |
tree | 3258c7aa5f7270b5ce66d74f73d75476c54d376b | |
parent | 61c6490ce57c1bb687202fcb6db4bfb294eba479 (diff) |
Set default version 7.0.0 GRUMPY GUPPYguppy_7.0.0guppy_6.99.5guppy/7.0.0guppy/6.99.57.0.06.99.5
Change-Id: Ie8265569cbf99694285f9dc0f309fd202b413765
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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") |