diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-07-05 19:15:47 +0200 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2018-07-06 12:40:33 +0200 |
commit | 171e010be010b65ebd77c4b8dc6da43426739a62 (patch) | |
tree | 1ebf4681fae28775942dd3a1efd89630fdc7de4d | |
parent | 95ad0012182b5f32cc1dd9843304b58d263a7de0 (diff) |
Update version to 5.99.FFRC2
Change-Id: I42bdaff39ac5f91c21bee4e4f9ff089ee3040a5b
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2213f05d..b056836b 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-FFRC1") +SET(PROJECT_VERSION "5.99-FFRC2") set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-framework-binder.git;a=summary") SET(LIBAFBWSC_VERSION "1.1") |