diff options
author | José Bollo <jose.bollo@iot.bzh> | 2020-11-12 08:43:57 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2020-11-12 08:49:49 +0100 |
commit | 7d7907651c42c5c32deabc17b639e0e1765eae60 (patch) | |
tree | 98ff9b78dbcddf89e7bbbd6e7c776227034a6a9d /CMakeLists.txt | |
parent | 825a72f179132978463553ed377f3f3783e72264 (diff) |
Version 2.1needlefish_13.93.0needlefish/13.93.0marlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.93.0marlin/12.92.0marlin/12.91.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.0koi_10.93.0koi_10.92.0koi_10.91.0koi/10.93.0koi/10.92.0koi/10.91.013.93.012.93.012.92.012.91.012.90.112.90.011.92.011.91.010.93.010.92.010.91.0
The version 2.1 fixes a database issue.
Bug-AGL: SPEC-3677
Change-Id: I5c8e4595894ee26a2018f939a42ba0b8abcad722
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a508bb..20afd07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,12 +16,12 @@ # limitations under the License. ########################################################################### -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.12) project(cynagora DESCRIPTION "Secured permission database for applications" HOMEPAGE_URL "https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/cynagora.git;a=summary" - VERSION 2.0 + VERSION 2.1 LANGUAGES C ) @@ -64,6 +64,8 @@ add_compile_options(-Werror=implicit-function-declaration) add_compile_options(-ffunction-sections -fdata-sections) #add_compile_options(-ffile-prefix-map=${CMAKE_SOURCE_DIR}=.) +add_compile_definitions(VERSION="${PROJECT_VERSION}") + ########################################################################### if(WITH_SYSTEMD) |