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 | d012b5ee971668b68bc9161784f340bb547c7427 (patch) | |
tree | 369f631c525d048ec33567c88e7a92278b224feb /build | |
parent | 9874780f84ed6c19a7a0a7e7f266c873c64e7ced (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 e622c90..59ec5b8 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -4,22 +4,7 @@ project = libodb-sqlite -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 |