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 | 62ad02821c5676bf47de0d23ad7a79b67d7a8ae8 (patch) | |
tree | 14d9636d60ea3b0c232b900e29ea57572990e150 /build/bootstrap.build | |
parent | 597749c3f0041a3ff321cca0cf6ef704e36164fd (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 0e7d401..bc4a8b1 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,21 +1,6 @@ project = libprint -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 |