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 | bcdedde94e82fa2017a0ba24930e3547c3b0ace4 (patch) | |
tree | 38bbfaccf1f29783a35fd01117941f167e19a5f9 | |
parent | d202865330fbce57aec6be0b1e87b6999f6d8127 (diff) |
Fix incomplete 2.5.0-a11 version update
-rw-r--r-- | odb/boost/version.hxx | 2 |
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 |