diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 17:28:10 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 17:28:10 +0300 |
commit | ca94add8978d70b9f15b3941c59c443374ad2ffc (patch) | |
tree | c6a077d80b14a3bba65ed99e271244a1e598dc2c /build | |
parent | c309184570fc79b4c99830136c573f9adf144668 (diff) |
Switch to version module
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 0c9813a..b095cc0 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -4,16 +4,7 @@ project = msvc-linux -using build@0.4.0 - -version = 0.1.0-a1 -revision = 0 - -dist.package = $project-$version - -if ($revision != 0) - dist.package += +$revision - +using version using config using dist using install |