From ed4e7e3b0690680d963bc722bc259a424099e7e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Fri, 20 May 2016 21:41:25 +0200 Subject: [PATCH] set version to 0.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ibc6bc30bc5ae19819fa5051a445d1cf6780b0185 Signed-off-by: José Bollo --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 156a77d2..d1a0745b 100644 --- a/src/main.c +++ b/src/main.c @@ -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 -- 2.16.6