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 | 09ef37f84eebf735dc7f5a65936044d27bb70590 (patch) | |
tree | 60178dbf470a5cbf451f7b9626f98f4e7bb6079e /build | |
parent | c2e5c72f11fc5991ca508545d300c9b9edf64e33 (diff) |
Switch to version module
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.build | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 0aa6b53..1ff153d 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,20 +1,6 @@ project = libhello -using build@0.4.0 - -version = 1.1.0 -abi_major = 1 -abi_minor = 1 -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 test |