diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-09 10:33:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-09 10:33:13 +0200 |
commit | e431341d9a1a5775ff6c4cccaee2483c831d02ab (patch) | |
tree | 91053f49c6dde16d49da226a0a9b1848b1271f4a | |
parent | 3018a71398de216984192d862ceee4f676757f99 (diff) |
Bump version to 2.2.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 6502a21..fb0322f 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 != 20103 +#if ODB_VERSION != 20200 # 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 2019903 -#define LIBODB_MYSQL_VERSION_STR "2.2.0.a3" +#define LIBODB_MYSQL_VERSION 2020000 +#define LIBODB_MYSQL_VERSION_STR "2.2.0" #include <odb/post.hxx> @@ -1 +1 @@ -2.2.0.a3 +2.2.0 |