diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-08 11:47:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-08 11:47:04 +0200 |
commit | db01a1161f86bbff5053c345dba9a5204ea91412 (patch) | |
tree | 350cf343f3a1b9676b914763e02fcac4fa83b09a /manifest | |
parent | 0d3de45da7ae0a3a3ce33af274151e66e9ddf8a9 (diff) |
Bump version to 0.5.0-a1, master is open for business
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ : 1 name: build2 -version: 0.4.0 +version: 0.5.0-a1 summary: build2 build system license: MIT tags: build2, c++, build, system @@ -13,4 +13,4 @@ depends: * build2 >= 0.4.0 depends: * bpkg >= 0.4.0 # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. -depends: libbutl [0.4.0 0.5.0-) +depends: libbutl == 0.5.0-a1 |