aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-14 08:29:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-14 08:29:53 +0200
commit95d1d412da000fc9cf9e913a147d09d3ab69a162 (patch)
tree649e40dee66258024487b9998aa1667c6b488e9c /odb/mssql/version.hxx
parent00c758add3e11e93366df6c6c44a35be8cee9ffa (diff)
Bump version to 2.1.0
Diffstat (limited to 'odb/mssql/version.hxx')
-rw-r--r--odb/mssql/version.hxx6
1 files changed, 3 insertions, 3 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>