diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 12:13:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 12:13:13 +0200 |
commit | 580f67e991f9ac7f53bd9430bb74b199209e065d (patch) | |
tree | 683da4894b0604d50f1ef330ecd825adca10d40d /build | |
parent | f086522a901442599566b60271efb5a4c7691d55 (diff) |
Switch to version module
Diffstat (limited to '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 c5fffee..cb7f8dc 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -4,22 +4,7 @@ project = libbpkg -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 |