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 | 436fd5437eb10463aa8e7cbf8751b91797d1402f (patch) | |
tree | ed1ed6bd4ff9f6a41776c8eec56224438075dc80 /build/bootstrap.build | |
parent | cfbc9e176c3a3679369c968edfc8134240b1da6c (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 c6211c4..6d11af9 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,21 +1,6 @@ project = libformat -using build@0.4.0 - -version = 1.0.0 - -abi_major = 1 -abi_minor = 0 -abi_patch = 0 -abi_prerelease = false - -revision = 0 - -dist.package = $project-$version - -if ($revision != 0) - dist.package += +$revision - +using version using config using dist using install |