aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2018-09-06 10:48:40 +0200
committerJose Bollo <jose.bollo@iot.bzh>2018-09-06 13:50:08 +0200
commitd3edd5fd994c35f7eb574c3c862d0c08b309cafb (patch)
tree718c1f3c8e3c8d14d5b63678fd3bda70b4d761ea
parente11e8fbe65c6d57716c96bc6dd2b503a310dca67 (diff)
VERSION 5.99.FFRC6
Also add newline at end of .gitreview Change-Id: I826ecaf695a40dd883a690125fe8e2bffce1cd87 Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-rw-r--r--.gitreview2
-rw-r--r--CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitreview b/.gitreview
index 3933670a..3db2af41 100644
--- a/.gitreview
+++ b/.gitreview
@@ -2,4 +2,4 @@
host=gerrit.automotivelinux.org
port=29418
project=src/app-framework-binder
-defaultbranch=master \ No newline at end of file
+defaultbranch=master
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d31e70c6..f52f9642 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ 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.FFRC4")
+SET(PROJECT_VERSION "5.99.FFRC6")
set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-framework-binder.git;a=summary")
SET(LIBAFBWSC_VERSION "1.1")