X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=blobdiff_plain;f=CMakeLists.txt;h=4201a814148dab26cb8f33f15493ea45d961f2e0;hp=f52f964262e74d0e8c9ade6dccd795f6f8919f7f;hb=refs%2Fheads%2Fsandbox%2FDDTLK%2Fpakage;hpb=d3edd5fd994c35f7eb574c3c862d0c08b309cafb diff --git a/CMakeLists.txt b/CMakeLists.txt index f52f9642..4201a814 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,8 @@ PROJECT(afb-daemon C CXX) SET(PROJECT_NAME "AFB Daemon") SET(PROJECT_PRETTY_NAME "Application Framework Binder Daemon") SET(PROJECT_DESCRIPTION "Secured binder of API for clients of the Application framework") -SET(PROJECT_VERSION "5.99.FFRC6") +set(AGLVERSION "7.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-binder.git;a=summary") SET(LIBAFBWSC_VERSION "1.1")