Skip to content

Commit

Permalink
Update version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Mar 2, 2013
1 parent 4fe67b0 commit 176805b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/version.h
Expand Up @@ -20,13 +20,13 @@
// SOCI_VERSION / 100 % 1000 is the minor version
// SOCI_VERSION / 100000 is the major version

#define SOCI_VERSION 300100
#define SOCI_VERSION 300200

//
// SOCI_LIB_VERSION must be defined to be the same as SOCI_VERSION
// but as a *string* in the form "x_y[_z]" where x is the major version
// number, y is the minor version number, and z is the patch level if not 0.

#define SOCI_LIB_VERSION "3_1_0"
#define SOCI_LIB_VERSION "3_2_0"

#endif // SOCI_VERSION_HPP

0 comments on commit 176805b

Please sign in to comment.