diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-05-20 21:41:25 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-05-20 21:41:25 +0200 |
commit | ed4e7e3b0690680d963bc722bc259a424099e7e5 (patch) | |
tree | 8ee1fd84894cb573c30ff7825e8c36d6e2a74967 | |
parent | e68a315bcf2bd681466c27026fea73598071bda6 (diff) |
set version to 0.5
Change-Id: Ibc6bc30bc5ae19819fa5051a445d1cf6780b0185
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ #error "you should define PLUGIN_INSTALL_DIR" #endif -#define AFB_VERSION "0.4" +#define AFB_VERSION "0.5" // Define command line option #define SET_VERBOSE 1 |