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 | d68a5a2fcc6fe22510df23cfe62f361280aa133b (patch) | |
tree | 5a969c4770cd554c7ee9a97db5d6eda56f08b66a | |
parent | 2f4f86c20eba0cd88856ce0c0c88d440d742574b (diff) |
Fix incomplete 2.5.0-a11 version update
-rw-r--r-- | odb/sqlite/version.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/version.hxx b/odb/sqlite/version.hxx index 3911a30..f2c5107 100644 --- a/odb/sqlite/version.hxx +++ b/odb/sqlite/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 |