diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-02-07 09:41:48 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-02-07 09:41:48 +0100 |
commit | bc39aec0b997d474b038b1ea529121792e5649f3 (patch) | |
tree | 6126c6e88dce833d08ae7d4a02d8e1223948040f /CMakeLists.txt | |
parent | 46e35ce1ff7da5ceeac8fa50393c5c1c37fccc0a (diff) |
Set version to 8.0.0
Change-Id: If6524976b05ab104acee52f0cce1a7feea5e9d48
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e3732ae..bc682af 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 "8.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") |