diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-26 16:51:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-26 16:51:35 +0200 |
commit | 2f523c3d7a7dcd42859951b1b6898ef49299116d (patch) | |
tree | 0cb248d261784fe8abfd7bbec2b49e8302e4ac65 /manifest | |
parent | 27357d3836b34f2ac6b894aafd2faf542e6e13eb (diff) |
Bump version to 0.4.0-a1, master is open for business
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ : 1 name: libbpkg -version: 0.3.0 +version: 0.4.0-a1 summary: build2 package manager library license: MIT tags: build2, bpkg, package, manager @@ -9,5 +9,5 @@ changes-file: NEWS url: https://build2.org email: users@build2.org requires: c++11 -requires: build2 >= 0.2.0 -depends: libbutl [0.3.0 0.4.0-) +requires: build2 >= 0.3.0 +depends: libbutl == 0.4.0-a1 |