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
commit42e84668700724533fe02d53c8e8006fac668c69 (patch)
treef88a718bf66e5efecf37bf8b2013133dcd558b95
parent3c88df3e5d02710eadcfc5130640239bdecd72a8 (diff)
Fix incomplete 2.5.0-a11 version update
-rw-r--r--odb/qt/version.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/qt/version.hxx b/odb/qt/version.hxx
index 29fd449..55f3795 100644
--- a/odb/qt/version.hxx
+++ b/odb/qt/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