aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-31 09:19:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-31 09:19:38 +0200
commit5263a802a70b920fbdc282041a52b755e9beeffd (patch)
tree88eb2723cb3d672b165fa4912aa054e6bc2f6ad8 /odb
parentb5416f37ba7bb4d8fd63b95942b07a7c3a789c00 (diff)
Bump version to 2.5.0-b.8.z, master is open for business
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 7502d1e..6af0ace 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 != 20457
+#if ODB_VERSION != 20458
# error incompatible odb interface version detected
#endif
// libodb-mssql version: odb interface version plus the bugfix
// version.
//
-#define LIBODB_MSSQL_VERSION 2049957
-#define LIBODB_MSSQL_VERSION_STR "2.5.0-b.7"
+#define LIBODB_MSSQL_VERSION 2049958
+#define LIBODB_MSSQL_VERSION_STR "2.5.0-b.8"
#include <odb/post.hxx>