From c470ddbfccef5c33f204535cb9327abdc6fcf2e2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 28 Apr 2017 12:13:53 +0200 Subject: Switch to version module --- butl/buildfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'butl/buildfile') diff --git a/butl/buildfile b/butl/buildfile index 04e6e09..8a86b2c 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -58,13 +58,16 @@ lib{butl}: file{sha256c.c} # lib{butl}: file{strptime.c timelocal.h timelocal.c} +hxx{version}: in{version} $src_root/file{manifest} +hxx{version}: dist = true + # 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{butl}: bin.lib.version = @-$version +if $version.pre_release + lib{butl}: bin.lib.version = @"-$version.project_id" else - lib{butl}: bin.lib.version = @-$abi_major.$abi_minor + lib{butl}: bin.lib.version = @"-$version.major.$version.minor" cxx.poptions =+ "-I$src_root" obja{*}: cxx.poptions += -DLIBBUTL_STATIC_BUILD -- cgit v1.1