Version 6.0.0 aka "Funky Flounder" 15/16515/2 5.99.7 flounder/5.99.7 flounder_5.99.7
authorJose Bollo <jose.bollo@iot.bzh>
Mon, 10 Sep 2018 07:51:13 +0000 (09:51 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Wed, 12 Sep 2018 07:50:45 +0000 (09:50 +0200)
Change-Id: I6c7c55b1b77d70448be8df154b481757e6e063aa
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
CMakeLists.txt

index f52f964..82a02b4 100644 (file)
@@ -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")