From d012b5ee971668b68bc9161784f340bb547c7427 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/sqlite/buildfile | 6 +++--- odb/sqlite/version.hxx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'odb') diff --git a/odb/sqlite/buildfile b/odb/sqlite/buildfile index 02c3238..293992e 100644 --- a/odb/sqlite/buildfile +++ b/odb/sqlite/buildfile @@ -54,10 +54,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-sqlite}: bin.lib.version = @-$version +if $version.pre_release + lib{odb-sqlite}: bin.lib.version = @"-$version.project_id" else - lib{odb-sqlite}: bin.lib.version = @-$abi_major.$abi_minor + lib{odb-sqlite}: bin.lib.version = @"-$version.major.$version.minor" cxx.poptions =+ "-I$out_root" "-I$src_root" -DLIBODB_SQLITE_BUILD2 obja{*}: cxx.poptions += -DLIBODB_SQLITE_STATIC_BUILD diff --git a/odb/sqlite/version.hxx b/odb/sqlite/version.hxx index 2b13ecd..33ca611 100644 --- a/odb/sqlite/version.hxx +++ b/odb/sqlite/version.hxx @@ -28,15 +28,15 @@ // Check that we have compatible ODB version. // -#if ODB_VERSION != 20411 +#if ODB_VERSION != 20451 # error incompatible odb interface version detected #endif // libodb-sqlite version: odb interface version plus the bugfix // version. // -#define LIBODB_SQLITE_VERSION 2049911 -#define LIBODB_SQLITE_VERSION_STR "2.5.0-a11" +#define LIBODB_SQLITE_VERSION 2049951 +#define LIBODB_SQLITE_VERSION_STR "2.5.0-b.1" #include -- cgit v1.1