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 --- build/bootstrap.build | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'build') diff --git a/build/bootstrap.build b/build/bootstrap.build index 95b80e3..5a5e3fc 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -4,22 +4,7 @@ project = libbutl -using build@0.4.0 - -version = 0.5.0-a1 - -abi_major = 0 -abi_minor = 5 -abi_patch = 0 -abi_prerelease = true - -revision = 0 - -dist.package = $project-$version - -if ($revision != 0) - dist.package += +$revision - +using version using config using dist using test -- cgit v1.1