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
commitc9cea6f8895e1036624fb29d3b9986ec059304af (patch)
treea872bff3b0208c9c65fb030ea231d125aacab89f /odb
parentede47339e7c3893eb4c9f04985d8271f22c4397d (diff)
Fix incomplete 2.5.0-a11 version update
Diffstat (limited to 'odb')
-rw-r--r--odb/oracle/version.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/version.hxx b/odb/oracle/version.hxx
index 8c5dd01..766843e 100644
--- a/odb/oracle/version.hxx
+++ b/odb/oracle/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