From 07a8bf172fc1bd6340ffc4def5098df3f03b6b92 Mon Sep 17 00:00:00 2001 From: Alexis LG Date: Mon, 5 Jun 2017 11:50:28 +0200 Subject: [PATCH] Updating major version --- demo/include/Client.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ) );