diff options
-rw-r--r-- | odb/pgsql/version.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/version.hxx b/odb/pgsql/version.hxx index 03439dc..2254189 100644 --- a/odb/pgsql/version.hxx +++ b/odb/pgsql/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 |