diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 16:46:06 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 16:46:06 +0300 |
commit | 0de08dc04a93585d5279a71ea3fd6dd59cbbead8 (patch) | |
tree | c8178ccdda3e06b04d0d51d2699261a6b22fecd4 /build/bootstrap.build | |
parent | 241afb3b9982d9c6d836b6dbbcef10418d80299c (diff) |
Switch to version module
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r-- | build/bootstrap.build | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 28d48ce..2e21204 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -4,22 +4,7 @@ project = brep -using build@0.4.0 - -version = 0.5.0-a1 - -abi_major = 0 -abi_minor = 5 -abi_patch = 0 -abi_prerelease = true - -revision = 0 - -dist.package = $project-$version - -if ($revision != 0) - dist.package += +$revision - +using version using config using dist using test |