diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-30 16:50:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-30 18:14:12 +0200 |
commit | bb6a97a8f3e4e046442eaf8814b30d9c9995bfd2 (patch) | |
tree | 1334a6d70ca46a3955ea4895a0f2522992d10444 /build/bootstrap.build | |
parent | 45afda9752d8d30bf3c606d63f7a718b32ebe7c8 (diff) |
Build infrastructure update
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r-- | build/bootstrap.build | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index d0ea1f7..612be77 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,15 +1,21 @@ project = libhello + +using build@0.4.0-a1 + version = 1.1.1 -revision = 0 +abi_major = 1 +abi_minor = 1 +abi_patch = 1 +abi_prerelease = false -using config -using dist -using test -using install +revision = 0 dist.package = $project-$version if ($revision != 0) -{ dist.package += +$revision -} + +using config +using dist +using test +using install |