diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 16:17:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 16:17:22 +0200 |
commit | ec3c9e6c0ede459cc8e120985aeec8f89dbb67ac (patch) | |
tree | 915a101a89ece9d34845c9d0ef17e621545a4fcb | |
parent | 437cb1189b6c72f06ca7d28ee173b1afc4c43974 (diff) |
Bump version to 2.5.0.b.1.z, switch to build2 version module2.5.0-b.1
-rw-r--r-- | odb/mysql/version.hxx | 6 | ||||
-rw-r--r-- | version | 2 |
2 files changed, 4 insertions, 4 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> @@ -1 +1 @@ -2.5.0-a11 +2.5.0-b.1 |