diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-07 14:00:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-07 14:00:39 +0200 |
commit | 38c00b843c45f631327d873d430f4bd83fafdc42 (patch) | |
tree | bed4fc43289c30d479d440d6f23a914c1255b5a0 | |
parent | 4d1b4c2cb2b4b970180c6157e21602c2344495b2 (diff) |
Bump version to 2.4.02.4.0
-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 f3bf729..05b4ba5 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 != 20306 +#if ODB_VERSION != 20400 # 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 2039906 -#define LIBODB_MYSQL_VERSION_STR "2.4.0.a6" +#define LIBODB_MYSQL_VERSION 2040000 +#define LIBODB_MYSQL_VERSION_STR "2.4.0" #include <odb/post.hxx> @@ -1 +1 @@ -2.4.0.a6 +2.4.0 |