aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-12-05 18:13:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-12-05 18:13:27 +0200
commitbcdedde94e82fa2017a0ba24930e3547c3b0ace4 (patch)
tree38bbfaccf1f29783a35fd01117941f167e19a5f9 /odb
parentd202865330fbce57aec6be0b1e87b6999f6d8127 (diff)
Fix incomplete 2.5.0-a11 version update
Diffstat (limited to 'odb')
-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