From 43be5cc232738c05b71ff550c8064ff8bb484a3c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Jun 2016 18:56:49 +0200 Subject: Bump version to 2.5.0.a8 --- odb/pgsql/version.hxx | 6 +++--- version | 2 +- 2 files changed, 4 insertions(+), 4 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 diff --git a/version b/version index c3af3cc..bdfefee 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.5.0.a7 +2.5.0.a8 -- cgit v1.1