diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-14 12:34:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-14 12:34:01 +0200 |
commit | 3c02d27932fcca6443989606e49466a7bb84afd3 (patch) | |
tree | a7c72a43e88793462a2536444ac39466d6262181 /manifest | |
parent | 8f2f614baaa54ba643d903d31fef73ffcc389fda (diff) |
Bump version to 2.5.0-a9
Note that we now use the -[ab]N schema rather than .[ab]N.
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ : 1 name: libodb -version: 2.5.0-a8 +version: 2.5.0-a9 summary: Common ODB runtime library license: GPLv2 license: proprietary @@ -10,4 +10,4 @@ changes-file: NEWS url: http://www.codesynthesis.com/products/odb/ email: odb-users@codesynthesis.com requires: c++11 -requires: build2 >= 0.4.0 +requires: build2 >= 0.4.0-a1 |