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 | c9cea6f8895e1036624fb29d3b9986ec059304af (patch) | |
tree | a872bff3b0208c9c65fb030ea231d125aacab89f | |
parent | ede47339e7c3893eb4c9f04985d8271f22c4397d (diff) |
Fix incomplete 2.5.0-a11 version update
-rw-r--r-- | odb/oracle/version.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/version.hxx b/odb/oracle/version.hxx index 8c5dd01..766843e 100644 --- a/odb/oracle/version.hxx +++ b/odb/oracle/version.hxx @@ -29,7 +29,7 @@ // Check that we have compatible ODB version. // -#if ODB_VERSION != 20410 +#if ODB_VERSION != 20411 # error incompatible odb interface version detected #endif |