aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-28 16:17:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-28 16:17:22 +0200
commitec3c9e6c0ede459cc8e120985aeec8f89dbb67ac (patch)
tree915a101a89ece9d34845c9d0ef17e621545a4fcb /odb
parent437cb1189b6c72f06ca7d28ee173b1afc4c43974 (diff)
Bump version to 2.5.0.b.1.z, switch to build2 version module2.5.0-b.1
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 b3e93ed..51c7ff3 100644
--- a/odb/mysql/version.hxx
+++ b/odb/mysql/version.hxx
@@ -36,7 +36,7 @@
// Check that we have compatible ODB version.
//
-#if ODB_VERSION != 20411
+#if ODB_VERSION != 20451
# error incompatible odb interface version detected
#endif
@@ -49,8 +49,8 @@
// libodb-mysql version: odb interface version plus the bugfix
// version.
//
-#define LIBODB_MYSQL_VERSION 2049911
-#define LIBODB_MYSQL_VERSION_STR "2.5.0-a11"
+#define LIBODB_MYSQL_VERSION 2049951
+#define LIBODB_MYSQL_VERSION_STR "2.5.0-b.1"
#include <odb/post.hxx>