diff --git a/src/core/version.h b/src/core/version.h index 40be09fd2..4969a6ecb 100644 --- a/src/core/version.h +++ b/src/core/version.h @@ -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