Skip to content

Commit

Permalink
Updating major version
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-87 committed Jun 5, 2017
1 parent f3f78db commit 07a8bf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/include/Client.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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<AlgorithmeAbstrait> a( new b( c ) );
#define NewAlgorithm2(a, b, c, d) boost::shared_ptr<AlgorithmeAbstrait> a( new b( c , d ) );
Expand Down

0 comments on commit 07a8bf1

Please sign in to comment.