diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-09-10 09:58:50 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-09-12 09:51:12 +0200 |
commit | df39a85f21942ddd22c81042e62a289466c72232 (patch) | |
tree | 9c548fb08a60213b15f117db191b93ed6f4fb159 | |
parent | b9c5a281eace84dbe5d50f7f089d192cb8a9c785 (diff) |
Version 6.0.0 aka "Funky Flounder"flounder_5.99.7flounder/5.99.75.99.7
Change-Id: If5a213cf0eeb898cd05bc4c51886f7d332cad6d5
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 95ec000..5bc1c3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,8 +26,9 @@ 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(PROJECT_VERSION "5.99.FFRC6") -set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-framework-main.git;a=summary") +set(AGLVERSION "6.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=shortlog;h=refs/heads/flounder") set(USE_LIBZIP ON CACHE BOOL "should try to use libzip?") set(USE_SIMULATION OFF CACHE BOOL "if set simulates security manager and smack") |