aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-18 14:32:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-18 14:32:25 +0200
commit37787f5d77da94e1870bc22d1fab7f0791a990b9 (patch)
treeb01b0e3fbe1cc71d4bf0250cd762af85858d1cf3 /odb
parent7fd1bc0365c05171041f9b121d0cb9107917d1fd (diff)
Release version 2.5.0-b.19v2.5.0-b.19
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 1c7ceb1..a8470b2 100644
--- a/odb/mssql/version.hxx
+++ b/odb/mssql/version.hxx
@@ -32,15 +32,15 @@
// Check that we have compatible ODB version.
//
-#if ODB_VERSION != 20468
+#if ODB_VERSION != 20469
# error incompatible odb interface version detected
#endif
// libodb-mssql version: odb interface version plus the bugfix
// version.
//
-#define LIBODB_MSSQL_VERSION 2049968
-#define LIBODB_MSSQL_VERSION_STR "2.5.0-b.18"
+#define LIBODB_MSSQL_VERSION 2049969
+#define LIBODB_MSSQL_VERSION_STR "2.5.0-b.19"
#include <odb/post.hxx>