diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 16:20:35 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 16:20:35 +0300 |
commit | 67ab77401f4b1c4580b7ce54a783843e31a55ebb (patch) | |
tree | 5019b38ca687ddff583cdf6b7709970538a5586f /build/bootstrap.build | |
parent | ba7cfc928eac37c6aa82351f8bde76abd0368835 (diff) |
Switch to version module
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r-- | build/bootstrap.build | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index cc27662..944d0f5 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -4,16 +4,7 @@ project = bpkg -using build@0.4.0 - -version = 0.5.0-a1 -revision = 0 - -dist.package = $project-$version - -if ($revision != 0) - dist.package += +$revision - +using version using config using dist using test |