diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 15:28:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 15:28:58 +0200 |
commit | bda6878ea3b9cb8bdb2d4e2fc96fc98ca84f04d4 (patch) | |
tree | 36901894e216dd45aea6bed532f15e2a9b495880 /build | |
parent | 1ef24d739720ebc8e47fdf0a1f13a995718adc94 (diff) |
Switch to version modulebuild2-0.5.0
Diffstat (limited to '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 790c316..4135f57 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,15 +1,6 @@ project = hello0 -using build@0.4.0 - -version = 1.0.0 -revision = 0 - -dist.package = $project-$version - -if ($revision != 0) - dist.package += +$revision - +using version using config using dist using test |