diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-14 12:34:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-14 12:34:01 +0200 |
commit | 5e8f409c88a632c1ca29cc02c61826f6ca4325a6 (patch) | |
tree | 13efb2864cfa68007525a1463db46cb8af7e5f91 | |
parent | ffb9168aa83b8d61dd4af2d9516b14eb657ce08a (diff) |
Bump version to 2.5.0-a9
Note that we now use the -[ab]N schema rather than .[ab]N.
-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 ef9db0b..dc60acf 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 != 20408 +#if ODB_VERSION != 20409 # error incompatible odb interface version detected #endif // libodb-pgsql version: odb interface version plus the bugfix // version. // -#define LIBODB_PGSQL_VERSION 2049908 -#define LIBODB_PGSQL_VERSION_STR "2.5.0.a8" +#define LIBODB_PGSQL_VERSION 2049909 +#define LIBODB_PGSQL_VERSION_STR "2.5.0-a9" #include <odb/post.hxx> @@ -1 +1 @@ -2.5.0.a8 +2.5.0-a9 |