diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-30 16:50:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-30 16:50:01 +0200 |
commit | 6d44f821b4cf50c15b8bcd555005023a8a6a80ec (patch) | |
tree | 13a6e616f4bc21898dbe75c1d6ffbb363a60939b /build/bootstrap.build | |
parent | eaff0b3dce0cab6d11110da16294ed349ed20e40 (diff) |
Build infrastructure update
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r-- | build/bootstrap.build | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 8e8cb9c..b7ab913 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,15 +1,22 @@ project = libhello + +using build@0.4.0-a1 + version = 1.0.1 -revision = 0 -using config -using dist -using test -using install +abi_major = 1 +abi_minor = 0 +abi_patch = 1 +abi_prerelease = false + +revision = 0 dist.package = $project-$version if ($revision != 0) -{ dist.package += +$revision -} + +using config +using dist +using test +using install |