diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-31 19:23:32 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-31 19:23:32 +0300 |
commit | 5f3c97306cda519e7edf41142ee903d22320c84a (patch) | |
tree | 93b530e4e5f8fd80d24326ea0521a47eaabe7581 /build/bootstrap.build | |
parent | c711529fc2e807051af031ae7a26d3c293ff8ca7 (diff) |
Build infrastructure update
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r-- | build/bootstrap.build | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index c3dea80..9c976a4 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,16 +3,24 @@ # license : GNU GPL v2; see accompanying LICENSE file project = libodb -version = 2.5.0-a10 -revision = 0 using build@0.4.0-a1 -using config -using dist -using test -using install + +version = 2.5.0-a10 + +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 config +using dist +using test +using install |