diff options
author | 2017-06-20 08:14:13 +0000 | |
---|---|---|
committer | 2017-06-20 08:14:13 +0000 | |
commit | ea93c706cfefebb98e44f9d85792356445659408 (patch) | |
tree | 8acd10e80e70c8b35f07b51526b79d598090f182 /conf.d | |
parent | c70baaeb249f0e1dc5c9e14344e60afe68d64698 (diff) |
Adjust version to AGL and update documentation
Change-Id: I0e6501ce6cc56731f004804f8654bc9d15204cd6
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/config.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/config.cmake b/conf.d/config.cmake index 1ad0c41..0e92972 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") @@ -105,7 +105,7 @@ set(WIDGET_TYPE application/vnd.agl.service) # This is the file that will be executed, loaded, # at launch time by the application framework. # -set(WIDGET_ENTRY_POINT "lib/afs-high-can.so") +set(WIDGET_ENTRY_POINT "lib/afb-high-can.so") # Optional dependencies order # --------------------------- |