aboutsummaryrefslogtreecommitdiff
path: root/bdep
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-11-19 07:51:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-11-19 07:51:04 +0200
commit7cc379a9993f29893c4ba05327528670e0d43fd3 (patch)
tree9bf825627ae10ccf44c50e6e7f79bc38b9dd0f54 /bdep
parent516ac317802ae0b61e079372905022f9e10da2b6 (diff)
Release version 0.12.0v0.12.0
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 48dd493..3235566 100644
--- a/bdep/new.cxx
+++ b/bdep/new.cxx
@@ -983,8 +983,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.11.0" << endl
- << "depends: * bpkg >= 0.11.0" << endl
+ << "depends: * build2 >= 0.12.0" << endl
+ << "depends: * bpkg >= 0.12.0" << endl
<< "#depends: libhello ^1.0.0" << endl;
os.close ();
}