diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-05 18:13:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-05 18:13:27 +0200 |
commit | 33e4054d2a9468082eaf6c4f6074f2ed223e01ed (patch) | |
tree | 49e219e822251308e3774dbbafdc4f650b5da09a | |
parent | 28f395dfddc5070c3917f186d414e3b47a09f919 (diff) |
Fix incomplete 2.5.0-a11 version update
-rw-r--r-- | odb/mysql/version.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mysql/version.hxx b/odb/mysql/version.hxx index 37aae56..5efe6e5 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 != 20410 +#if ODB_VERSION != 20411 # error incompatible odb interface version detected #endif |