diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-09 09:03:43 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-09 12:26:10 +0200 |
commit | ad1a743a6eba4fcc94ac5fee591c46b92ce1b0ac (patch) | |
tree | 931bd4585b62f18ff9349a4ad9fe9f89ab1679f2 /CAN-binder | |
parent | 2a35b45d6bdef8b634de36103e0a33490922dd4e (diff) |
Change name and version
Change-Id: Ifaf6850773f94111a9501f7ded85ad4d62797f0b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder')
-rw-r--r-- | CAN-binder/conf.d/config.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
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") |