aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-06-15 18:56:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-06-15 18:56:49 +0200
commit43be5cc232738c05b71ff550c8064ff8bb484a3c (patch)
treea10dd27446c37ecc07581b09930bfbce68c7e8fb /odb/pgsql/version.hxx
parent5e72f6ab51d81aa270c758dada394533fad2d0f9 (diff)
Bump version to 2.5.0.a8
Diffstat (limited to 'odb/pgsql/version.hxx')
-rw-r--r--odb/pgsql/version.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/pgsql/version.hxx b/odb/pgsql/version.hxx
index d622e69..ef9db0b 100644
--- a/odb/pgsql/version.hxx
+++ b/odb/pgsql/version.hxx
@@ -29,15 +29,15 @@
// Check that we have compatible ODB version.
//
-#if ODB_VERSION != 20407
+#if ODB_VERSION != 20408
# error incompatible odb interface version detected
#endif
// libodb-pgsql version: odb interface version plus the bugfix
// version.
//
-#define LIBODB_PGSQL_VERSION 2049907
-#define LIBODB_PGSQL_VERSION_STR "2.5.0.a7"
+#define LIBODB_PGSQL_VERSION 2049908
+#define LIBODB_PGSQL_VERSION_STR "2.5.0.a8"
#include <odb/post.hxx>