From 5d95de330770983af2d1c548fff5e224f7553d83 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 28 Apr 2017 16:17:22 +0200 Subject: Bump version to 2.5.0.b.1.z, switch to build2 version module --- odb/pgsql/buildfile | 6 +++--- odb/pgsql/version.hxx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'odb') diff --git a/odb/pgsql/buildfile b/odb/pgsql/buildfile index b520621..3875ac9 100644 --- a/odb/pgsql/buildfile +++ b/odb/pgsql/buildfile @@ -52,10 +52,10 @@ details/build2/{h }{ config-vc } \ # For pre-releases use the complete version to make sure they cannot be used # in place of another pre-release or the final version. # -if $abi_prerelease - lib{odb-pgsql}: bin.lib.version = @-$version +if $version.pre_release + lib{odb-pgsql}: bin.lib.version = @"-$version.project_id" else - lib{odb-pgsql}: bin.lib.version = @-$abi_major.$abi_minor + lib{odb-pgsql}: bin.lib.version = @"-$version.major.$version.minor" cxx.poptions =+ "-I$out_root" "-I$src_root" -DLIBODB_PGSQL_BUILD2 obja{*}: cxx.poptions += -DLIBODB_PGSQL_STATIC_BUILD 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 -- cgit v1.1