summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2018-01-19 10:16:14 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2018-01-19 10:16:14 +0100
commitef97895c1a00bddb7436c928e27f767496cfea5c (patch)
treea4012b83702d27f951171a006cc4c118f2fff690
parentbd910c758e234e165f6a3239c14e77f53d1fc480 (diff)
Bump version to 5.99-FFRC0
Change-Id: I255b669036672b3728f0e60a62eca90716367178
-rw-r--r--CMakeLists.txt2
-rw-r--r--docs/REVISIONS.md1
2 files changed, 2 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?")
diff --git a/docs/REVISIONS.md b/docs/REVISIONS.md
index 94dc16a..49819b0 100644
--- a/docs/REVISIONS.md
+++ b/docs/REVISIONS.md
@@ -11,3 +11,4 @@ Document revisions
| 20 Mar 2017 | 3.1 | Systemd integration | J. Bollo [ IoT.bzh ] <br/> S. Desneux [ IoT.bzh ] |
| 21 Jun 2017 | 4.0 | Update for AGL DD | J. Bollo [ IoT.bzh ] <br/> S. Desneux [ IoT.bzh ] |
| 21 Sep 2017 | 4.99-EERC1 | Update for AGL EE-RC1 | J. Bollo [ IoT.bzh ] <br/> S. Desneux [ IoT.bzh ] |
+| 8 Dec 2017 | 5.99-FFRC0 | Major update for FF (funky flounder) | J. Bollo [ IoT.bzh ] |