From: Romain Forlot Date: Fri, 9 Jun 2017 07:03:43 +0000 (+0200) Subject: Change name and version X-Git-Tag: 5.0.2~97 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=ad1a743a6eba4fcc94ac5fee591c46b92ce1b0ac;hp=2a35b45d6bdef8b634de36103e0a33490922dd4e;p=apps%2Fagl-service-can-low-level.git Change name and version Change-Id: Ifaf6850773f94111a9501f7ded85ad4d62797f0b Signed-off-by: Romain Forlot --- diff --git a/CAN-binder/conf.d/config.cmake b/CAN-binder/conf.d/config.cmake index 9393cc72..d27b386e 100644 --- a/CAN-binder/conf.d/config.cmake +++ b/CAN-binder/conf.d/config.cmake @@ -18,8 +18,8 @@ # Project Info # ------------------ -set(PROJECT_NAME low-can-project) -set(PROJECT_VERSION "1.0") +set(PROJECT_NAME low-can-service) +set(PROJECT_VERSION "2.0") set(PROJECT_PRETTY_NAME "Low level CAN binding") set(PROJECT_DESCRIPTION "Expose CAN Low Level APIs through AGL Framework") set(PROJECT_URL "https://github.com/iotbzh/CAN_signaling")