diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 17:28:10 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 17:28:10 +0300 |
commit | ca94add8978d70b9f15b3941c59c443374ad2ffc (patch) | |
tree | c6a077d80b14a3bba65ed99e271244a1e598dc2c /manifest | |
parent | c309184570fc79b4c99830136c573f9adf144668 (diff) |
Switch to version module
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ : 1 name: msvc-linux # @@ Shouldn't we change it to some more generic name? -version: 0.1.0-a1 +version: 0.1.0-b.0.z summary: MS Visual C++ driver scripts license: MIT tags: msvc, vc, c++, script @@ -10,6 +10,6 @@ url: https://build2.org # @@ Use the proper url and email. email: users@build2.org build-email: builds@build2.org requires: c++14 -depends: * build2 >= 0.4.0 -depends: * bpkg >= 0.4.0 -depends: libbutl == 0.5.0-a1 +depends: * build2 >= 0.5.0- +depends: * bpkg >= 0.5.0- +depends: libbutl == [0.5.0-b.0.1 0.5.0-b.1) |