X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=5bc1c3d8e1fb858d7793f46ce0af1bee1901f6b8;hb=refs%2Fheads%2Fflounder;hp=dc7f4828098d6800549d01f9884fac64663e909d;hpb=d8d819bcde18c8b4b5dfbdf610a6fc5e04fa54bf;p=src%2Fapp-framework-main.git diff --git a/CMakeLists.txt b/CMakeLists.txt index dc7f482..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.FFRC3") -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")