diff options
-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 |