diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-19 14:48:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-19 14:48:06 +0200 |
commit | 94f3cb74b800ab25394b22e91b3ece764fb55bb7 (patch) | |
tree | 16c2f56c0f4b3bde2d7b6c5e58c4e9a1d1981daf | |
parent | b10fcbcb273704026641a07e3d09643798a431dd (diff) |
Bump version to 2.4.0.a4
-rw-r--r-- | odb/mssql/version.hxx | 6 | ||||
-rw-r--r-- | version | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/odb/mssql/version.hxx b/odb/mssql/version.hxx index 1ff4ab8..4c9b71b 100644 --- a/odb/mssql/version.hxx +++ b/odb/mssql/version.hxx @@ -29,15 +29,15 @@ // Check that we have compatible ODB version. // -#if ODB_VERSION != 20303 +#if ODB_VERSION != 20304 # error incompatible odb interface version detected #endif // libodb-mssql version: odb interface version plus the bugfix // version. // -#define LIBODB_MSSQL_VERSION 2039903 -#define LIBODB_MSSQL_VERSION_STR "2.4.0.a3" +#define LIBODB_MSSQL_VERSION 2039904 +#define LIBODB_MSSQL_VERSION_STR "2.4.0.a4" #include <odb/post.hxx> @@ -1 +1 @@ -2.4.0.a3 +2.4.0.a4 |