diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-09-19 13:45:13 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-09-19 13:45:13 +0200 |
commit | 33fce01df08aa96e567b671611b8b9e6d3e5a2a1 (patch) | |
tree | eccf6a6c4e69d00363b4397c140ff1499bef3dd0 | |
parent | a3ba229f6f76b8574a3f1bef86e581d1057bf9ca (diff) |
Bump version to 4.99-EERC1
Change-Id: I693e67cbdcd397ed1f41a049c99f4e72000b1495
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 0ebd67b2..d3c08212 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ PROJECT(afb-daemon C) 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 "4.1") +SET(PROJECT_VERSION "4.99-EERC1") set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-framework-binder.git;a=summary") SET(LIBAFBWSC_VERSION "1.0") |