X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=e3732aeeab85d9b472233fbefa3382dbb3cfa329;hb=adc590a96b435b92dfd5be11271f83d2d4f15ba9;hp=d7c6ee31cf5afdc323e78eb5cf22dea82a3b8d64;hpb=bb3a30a0e517fda1a4c282a7b1fcdf95c85f5c1c;p=src%2Fapp-framework-main.git diff --git a/CMakeLists.txt b/CMakeLists.txt index d7c6ee3..e3732ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,8 @@ 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.FFRC4") +set(AGLVERSION "6.90.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") set(USE_LIBZIP ON CACHE BOOL "should try to use libzip?")