aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-10-16 11:12:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-10-16 11:12:51 +0200
commit7c269ded66513ac5b8a6043c58c4d7a63699311f (patch)
tree6dd853c4cb2bc707699a218a075f1115210310ec /odb
parent866c0d85bcb333ee8b8bab8b19e974dc6a9e6462 (diff)
Release version 2.5.0-b.21v2.5.0-b.21
Diffstat (limited to 'odb')
-rw-r--r--odb/mysql/version.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/mysql/version.hxx b/odb/mysql/version.hxx
index 53a9140..777c9a8 100644
--- a/odb/mysql/version.hxx
+++ b/odb/mysql/version.hxx
@@ -39,7 +39,7 @@
// Check that we have compatible ODB version.
//
-#if ODB_VERSION != 20470
+#if ODB_VERSION != 20471
# error incompatible odb interface version detected
#endif
@@ -52,8 +52,8 @@
// libodb-mysql version: odb interface version plus the bugfix
// version.
//
-#define LIBODB_MYSQL_VERSION 2049970
-#define LIBODB_MYSQL_VERSION_STR "2.5.0-b.20"
+#define LIBODB_MYSQL_VERSION 2049971
+#define LIBODB_MYSQL_VERSION_STR "2.5.0-b.21"
#include <odb/post.hxx>