X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=76753b03534d1a45fa15ee643f3fa808c9358b84;hb=2a319cf90daa6e3b01e8139923f7073e1c9bcf28;hp=dc7f4828098d6800549d01f9884fac64663e909d;hpb=d8d819bcde18c8b4b5dfbdf610a6fc5e04fa54bf;p=src%2Fapp-framework-main.git diff --git a/CMakeLists.txt b/CMakeLists.txt index dc7f482..76753b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2015-2018 IoT.bzh +# Copyright (C) 2015-2019 IoT.bzh # # author: José Bollo # @@ -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.FFRC3") +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") set(USE_LIBZIP ON CACHE BOOL "should try to use libzip?")