diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 15:43:54 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 15:43:54 +0300 |
commit | c2cf5867b7c80fa0a24ddf1a509f726739771b43 (patch) | |
tree | 12c5db96a451db4cce5c327eb113402968a00dcc /build | |
parent | 7d02874cf4c7c0ced29750905b96c02ff383e3d0 (diff) |
Switch to version module
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.build | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 924ffe0..a9e596b 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -4,25 +4,8 @@ project = libbbot -using build@0.4.0 - - -version = 0.5.0-a1 - -abi_major = 0 -abi_minor = 5 -abi_patch = 0 -abi_prerelease = true - -revision = 0 - +using version using config using dist - -dist.package = $project-$version - -if ($revision != 0) - dist.package += +$revision - using test using install |