diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-09-10 09:51:13 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-09-12 09:50:45 +0200 |
commit | 9a3907d6c8aab07638e31ec3cc9a1991cb5b0bdd (patch) | |
tree | 506ba737c1cb799f53d9fdb36f8c67b32a63a65c | |
parent | d053e03e96ae34ec162531887cd7e4d2bee115fd (diff) |
Version 6.0.0 aka "Funky Flounder"flounder_5.99.7flounder/5.99.75.99.7
Change-Id: I6c7c55b1b77d70448be8df154b481757e6e063aa
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f52f9642..82a02b44 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,8 +23,9 @@ 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(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-framework-binder.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-binder.git;a=shortlog;h=refs/heads/flounder") SET(LIBAFBWSC_VERSION "1.1") SET(LIBAFBWSC_SOVERSION "1") |