aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-29 14:46:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-29 14:46:09 +0200
commitb5416f37ba7bb4d8fd63b95942b07a7c3a789c00 (patch)
treedd2d91378b5b2c82baaccd86363be78aac7fec9a /odb
parent75a35e298686de7dcbf9ab7a314f3985a06ff11b (diff)
Bump version to 2.5.0-b.72.5.0-b.7
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 5029d1d..7502d1e 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 != 20456
+#if ODB_VERSION != 20457
# error incompatible odb interface version detected
#endif
// libodb-mssql version: odb interface version plus the bugfix
// version.
//
-#define LIBODB_MSSQL_VERSION 2049956
-#define LIBODB_MSSQL_VERSION_STR "2.5.0-b.6"
+#define LIBODB_MSSQL_VERSION 2049957
+#define LIBODB_MSSQL_VERSION_STR "2.5.0-b.7"
#include <odb/post.hxx>