summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-11-16 19:58:43 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-11-16 19:58:43 +0300
commit4aee5433e9f48adff560dcb38aebb848a226487b (patch)
tree6891bc56b2ecdf01e90fea5747752b42d472a79e
parentf4a8e2b4ca6dfb45c86f0e32817cab857603e40a (diff)
Release version 1.0.0+4v1.0.0+4
Add .build2/local/ to .gitignore Bump build2 version requirement to 0.11.0
-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