diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-22 12:59:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-22 12:59:41 +0200 |
commit | f876f301798d3d8452b93f33546e74a245286857 (patch) | |
tree | b8b1b91a529ab734e1df853926e45f69be6a8e89 /manifest | |
parent | 9e6d8d7e4619c1c0becbc385f1faaed62fdaa10e (diff) |
Bump version to 2.5.0-a10
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ : 1 name: libodb-sqlite -version: 2.5.0-a9 +version: 2.5.0-a10 summary: SQLite ODB runtime library license: GPLv2 license: proprietary @@ -12,4 +12,4 @@ email: odb-users@codesynthesis.com requires: c++11 requires: build2 >= 0.4.0-a1 depends: libsqlite3 >= 3.6.18 -depends: libodb == 2.5.0-a9 +depends: libodb == 2.5.0-a10 |