diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-20 09:31:07 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-20 09:31:07 +0200 |
commit | e5b0e20cc7091b1f147534df10659d0a49236951 (patch) | |
tree | 0b24072627102f420d05fbcf11fc5fecd63eab55 | |
parent | c70baaeb249f0e1dc5c9e14344e60afe68d64698 (diff) |
Adjust version to AGL and update documentation
Change-Id: I0e6501ce6cc56731f004804f8654bc9d15204cd6
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | conf.d/config.cmake | 2 | ||||
-rw-r--r-- | docs/2-Installation.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/config.cmake b/conf.d/config.cmake index 1ad0c41..389a0c6 100644 --- a/conf.d/config.cmake +++ b/conf.d/config.cmake @@ -19,7 +19,7 @@ # Project Info # ------------------ set(PROJECT_NAME high-can-service) -set(PROJECT_VERSION "1.0") +set(PROJECT_VERSION "4.0") set(PROJECT_PRETTY_NAME "High level CAN service") set(PROJECT_DESCRIPTION "Expose CAN Low Level APIs through AGL Framework") set(PROJECT_URL "https://github.com/iotbzh/CAN_signaling") diff --git a/docs/2-Installation.md b/docs/2-Installation.md index 184334a..8432128 100644 --- a/docs/2-Installation.md +++ b/docs/2-Installation.md @@ -2,7 +2,7 @@ ## Prerequisites -Low CAN binding must be installed. Prerequisites are the same. +Low level CAN service (>=4.0) must be installed. Prerequisites are the same. ```bash $ git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service |