diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-01-19 10:16:14 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-01-19 10:16:14 +0100 |
commit | ef97895c1a00bddb7436c928e27f767496cfea5c (patch) | |
tree | a4012b83702d27f951171a006cc4c118f2fff690 /CMakeLists.txt | |
parent | bd910c758e234e165f6a3239c14e77f53d1fc480 (diff) |
Bump version to 5.99-FFRC0
Change-Id: I255b669036672b3728f0e60a62eca90716367178
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 24598da..5c0dd0c 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.99-EERC1") +set(PROJECT_VERSION "5.99-FF-draft") 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?") |