diff --git a/src/client/include/Client.hh b/src/client/include/Client.hh index fc5e328..d914c46 100644 --- a/src/client/include/Client.hh +++ b/src/client/include/Client.hh @@ -3,7 +3,7 @@ #define CLIENT_INCLUDE_CLIENT_HH_ #define VERSION_MAJOR 0 -#define VERSION_MINOR 15 +#define VERSION_MINOR 16 #define VERSION_BUILD 1 #define NewAlgorithm(a, b, c) boost::shared_ptr a( new b( c ) );