diff options
-rw-r--r-- | .gitreview | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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") |