diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-06-15 18:56:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-06-15 18:56:49 +0200 |
commit | 43be5cc232738c05b71ff550c8064ff8bb484a3c (patch) | |
tree | a10dd27446c37ecc07581b09930bfbce68c7e8fb | |
parent | 5e72f6ab51d81aa270c758dada394533fad2d0f9 (diff) |
Bump version to 2.5.0.a8
-rw-r--r-- | odb/pgsql/version.hxx | 6 | ||||
-rw-r--r-- | 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 <odb/post.hxx> @@ -1 +1 @@ -2.5.0.a7 +2.5.0.a8 |