From 3f946b7119e48ee9764f7c0658c4a25a66a3fe03 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 30 Aug 2016 19:03:07 +0300 Subject: Build infrastructure update --- build/bootstrap.build | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'build/bootstrap.build') diff --git a/build/bootstrap.build b/build/bootstrap.build index 9101716..4fab770 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,14 +1,21 @@ project = libformat + +using build@0.4.0-a1 + version = 1.0.0 -revision = 0 -using config -using dist -using install +abi_major = 1 +abi_minor = 0 +abi_patch = 0 +abi_prerelease = false + +revision = 0 dist.package = $project-$version if ($revision != 0) -{ dist.package += +$revision -} + +using config +using dist +using install -- cgit v1.1