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
commit00f6312d8360bf6db0ef69d8dbc40d6952ebbcb6 (patch)
tree7708087b52d9c930a887d22fc47ff49844f11e5e
parent4804108ff2bf02627329852c9d2b804d146be632 (diff)
Fix incomplete 2.5.0-a11 version update
-rw-r--r--odb/pgsql/version.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/version.hxx b/odb/pgsql/version.hxx
index 03439dc..2254189 100644
--- a/odb/pgsql/version.hxx
+++ b/odb/pgsql/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