diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 16:17:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 16:17:22 +0200 |
commit | 9c54bf28fd0f3f2e2f1592c3e8d071ff6decfe2c (patch) | |
tree | 82e684db8940890c32ad3b810289e40dfcc9089a /build | |
parent | 126535431c9668ad1ef7c96b37b769aba6994934 (diff) |
Bump version to 2.5.0.b.1.z, switch to build2 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 796edca..9012dea 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -4,22 +4,7 @@ project = libodb -using build@0.4.0 - -version = 2.5.0-a11 - -abi_major = 2 -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 |