aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-12-12 10:23:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-12-12 10:23:26 +0200
commit6cd6dc8e53811935b3323ea0640c543a68d9c36e (patch)
tree232ee722cee8c242003363ca1e29f73b2952d758 /odb
parentd3afc400cd6a56867226d2c2fb0617ba4e8fa14d (diff)
Bump version to 2.4.0.a1
Diffstat (limited to 'odb')
-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 82897e0..946d0b3 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 != 20300
+#if ODB_VERSION != 20301
# error incompatible odb interface version detected
#endif
// libodb-mssql version: odb interface version plus the bugfix
// version.
//
-#define LIBODB_MSSQL_VERSION 2030000
-#define LIBODB_MSSQL_VERSION_STR "2.3.0"
+#define LIBODB_MSSQL_VERSION 2039901
+#define LIBODB_MSSQL_VERSION_STR "2.4.0.a1"
#include <odb/post.hxx>