aboutsummaryrefslogtreecommitdiff
path: root/bdep
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-06-11 12:12:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-06-11 12:12:02 +0200
commit13663504b2eccbe207952076f6a78c5f4e22cca8 (patch)
tree3be5f5007e14d8877f8540423b1872882ddb1c69 /bdep
parent207f5f8fa7a42199c00fb5f57df526ad4ca3a82b (diff)
Change version to 0.12.0-a.0.z
Diffstat (limited to 'bdep')
-rw-r--r--bdep/new.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx
index e94229f..37da2be 100644
--- a/bdep/new.cxx
+++ b/bdep/new.cxx
@@ -615,8 +615,8 @@ namespace bdep
os << "description-file: README.md" << endl;
os << "url: https://example.org/" << (pn ? pn->string () : n) << endl
<< "email: " << pe << endl
- << "depends: * build2 >= 0.10.0" << endl
- << "depends: * bpkg >= 0.10.0" << endl
+ << "depends: * build2 >= 0.11.0" << endl
+ << "depends: * bpkg >= 0.11.0" << endl
<< "#depends: libhello ^1.0.0" << endl;
os.close ();
}