aboutsummaryrefslogtreecommitdiff
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
commit435a507e897638755100c29c54d18a953011f36f (patch)
tree625cb332009e68111a51d7fd087604fef5bc57ae
parentc6409a1f6a73915cda26add20785b4ca13eb1e92 (diff)
Fix incomplete 2.5.0-a11 version update
-rw-r--r--odb/mssql/version.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mssql/version.hxx b/odb/mssql/version.hxx
index 3adb716..b08f20e 100644
--- a/odb/mssql/version.hxx
+++ b/odb/mssql/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