diff options
-rw-r--r-- | odb/qt/version.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/qt/version.hxx b/odb/qt/version.hxx index 29fd449..55f3795 100644 --- a/odb/qt/version.hxx +++ b/odb/qt/version.hxx @@ -28,7 +28,7 @@ // Check that we have compatible ODB version. // -#if ODB_VERSION != 20410 +#if ODB_VERSION != 20411 # error incompatible odb interface version detected #endif |