summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--hello/manifest6
2 files changed, 6 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 392d774..dd04439 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
.bdep/
+# Local default options files.
+#
+.build2/local/
diff --git a/hello/manifest b/hello/manifest
index b6286cb..90bdb1d 100644
--- a/hello/manifest
+++ b/hello/manifest
@@ -1,6 +1,6 @@
: 1
name: hello
-version: 1.0.0+3
+version: 1.0.0+4
summary: The "Hello World" example program
license: MIT ; MIT License.
topics: hello world example
@@ -14,6 +14,6 @@ src-url: https://git.build2.org/cgit/hello/hello/tree/hello
email: users@build2.org
build-email: builds@build2.org
builds: all
-depends: * build2 >= 0.9.0
-depends: * bpkg >= 0.9.0
+depends: * build2 >= 0.11.0
+depends: * bpkg >= 0.11.0
depends: libhello ^1.0.0