aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-02-05 09:04:54 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2019-02-06 18:41:34 +0000
commit4bb7ed656095229a1a91d19b9dbf172253c2532b (patch)
tree030e8aaf0e660718b8b3eea4b28dc3757c5c422b
parent3facd51031324c80362ad25849b6ad304f35f0c0 (diff)
Set default version to 7.0.0: GRUMPY GUPPY
Change-Id: I2720566368e0b446529eb358af794bfb2a179014 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8bee1068..4201a814 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(AGLVERSION "6.90.0" CACHE STRING "Version of AGL")
+set(AGLVERSION "7.0.0" CACHE STRING "Version of AGL")
set(PROJECT_VERSION ${AGLVERSION} CACHE STRING "Version of the project can override AGLVERSION")
set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-framework-binder.git;a=summary")