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 /manifest | |
parent | 126535431c9668ad1ef7c96b37b769aba6994934 (diff) |
Bump version to 2.5.0.b.1.z, switch to build2 version module
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ : 1 name: libodb -version: 2.5.0-a11 +version: 2.5.0-b.1.z summary: Common ODB runtime library license: GPLv2 license: proprietary @@ -11,5 +11,5 @@ url: http://www.codesynthesis.com/products/odb/ email: odb-users@codesynthesis.com build-email: odb-builds@codesynthesis.com requires: c++11 -depends: * build2 >= 0.4.0 -depends: * bpkg >= 0.4.0 +depends: * build2 >= 0.5.0- +depends: * bpkg >= 0.5.0- |