aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-28 16:17:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-28 16:17:22 +0200
commit5d95de330770983af2d1c548fff5e224f7553d83 (patch)
tree4a1ce47a90effc760ab60ec03d3e42b8056629e0 /odb/pgsql/version.hxx
parentf40824850ba7dbf46368e02ba4b0494e72fb495b (diff)
Bump version to 2.5.0.b.1.z, switch to build2 version module
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 b7860ad..983abb9 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 != 20411
+#if ODB_VERSION != 20451
# error incompatible odb interface version detected
#endif
// libodb-pgsql version: odb interface version plus the bugfix
// version.
//
-#define LIBODB_PGSQL_VERSION 2049911
-#define LIBODB_PGSQL_VERSION_STR "2.5.0-a11"
+#define LIBODB_PGSQL_VERSION 2049951
+#define LIBODB_PGSQL_VERSION_STR "2.5.0-b.1"
#include <odb/post.hxx>