From b359d54ba9cefc82b888cefbee8946ef924fec8c Mon Sep 17 00:00:00 2001 From: Alexis LG Date: Sun, 11 Dec 2016 18:39:18 +0100 Subject: [PATCH] Updating version number --- src/client/include/Client.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/include/Client.hh b/src/client/include/Client.hh index d914c46..4e80679 100644 --- a/src/client/include/Client.hh +++ b/src/client/include/Client.hh @@ -4,7 +4,7 @@ #define VERSION_MAJOR 0 #define VERSION_MINOR 16 -#define VERSION_BUILD 1 +#define VERSION_BUILD 2 #define NewAlgorithm(a, b, c) boost::shared_ptr a( new b( c ) );