aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/boost/version.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/boost/version.hxx b/odb/boost/version.hxx
index d2fedf5..d831094 100644
--- a/odb/boost/version.hxx
+++ b/odb/boost/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