From 7cc379a9993f29893c4ba05327528670e0d43fd3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 19 Nov 2019 07:51:04 +0200 Subject: Release version 0.12.0 --- bdep/new.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bdep') 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 (); } -- cgit v1.1