diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 16:00:29 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 16:02:28 +0300 |
commit | 128f0648d0bbafcd805a8c87d33fddf596e72590 (patch) | |
tree | c08549eb7fd746c900e28a116ef55ce36ab1647e /build | |
parent | 41bdbc068a179ade1b2f76f506afa7dd0716aad5 (diff) |
Switch to version module
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.build | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index fc1f91c..ed98bb5 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -4,18 +4,8 @@ project = bbot -using build@0.4.0 - -version = 0.5.0-a1 -revision = 0 - +using version using config using dist - -dist.package = $project-$version - -if ($revision != 0) - dist.package += +$revision - using test using install |