diff --git a/demo/include/Client.hh b/demo/include/Client.hh index c3b29ec..864d4d8 100644 --- a/demo/include/Client.hh +++ b/demo/include/Client.hh @@ -2,9 +2,9 @@ #ifndef CLIENT_INCLUDE_CLIENT_HH_ #define CLIENT_INCLUDE_CLIENT_HH_ -#define VERSION_MAJOR 0 -#define VERSION_MINOR 17 -#define VERSION_BUILD 1 +#define VERSION_MAJOR 2 +#define VERSION_MINOR 0 +#define VERSION_BUILD 0 #define NewAlgorithm(a, b, c) boost::shared_ptr a( new b( c ) ); #define NewAlgorithm2(a, b, c, d) boost::shared_ptr a( new b( c , d ) );