diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-14 08:29:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-14 08:29:53 +0200 |
commit | 95d1d412da000fc9cf9e913a147d09d3ab69a162 (patch) | |
tree | 649e40dee66258024487b9998aa1667c6b488e9c | |
parent | 00c758add3e11e93366df6c6c44a35be8cee9ffa (diff) |
Bump version to 2.1.0
-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 623ebed..438fae4 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 != 20002 +#if ODB_VERSION != 20100 # error incompatible odb interface version detected #endif // libodb-mssql version: odb interface version plus the bugfix // version. // -#define LIBODB_MSSQL_VERSION 2009902 -#define LIBODB_MSSQL_VERSION_STR "2.1.0.a2" +#define LIBODB_MSSQL_VERSION 2010000 +#define LIBODB_MSSQL_VERSION_STR "2.1.0" #include <odb/post.hxx> @@ -1 +1 @@ -2.1.0.a2 +2.1.0 |