diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-09-19 15:24:15 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-09-19 15:24:15 +0200 |
commit | 36b13c48406e977265669f5c99802571b8499cef (patch) | |
tree | d38f09180be4d3278c5a152aa204eacbb80a8946 | |
parent | 081a754264c729b877cea9e5f49827e33ed300eb (diff) |
Bump version to 4.99-EERC1
Change-Id: Icb0f8870fa646ed0e2e969eaa1a06505f8dec467
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 f8dbdf8..24598da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ include(CTest) set(PROJECT_NAME "AFM Main") set(PROJECT_PRETTY_NAME "Application Framework Main") set(PROJECT_DESCRIPTION "Secured Application framework for Automotive Grade Linux") -set(PROJECT_VERSION "4.1") +set(PROJECT_VERSION "4.99-EERC1") set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-framework-main.git;a=summary") set(USE_LIBZIP ON CACHE BOOL "should try to use libzip?") |