summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-10-06 13:47:05 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2017-10-09 14:11:41 +0000
commitb3fe1718b629e3615f9a6c1ffd969fe2704bc4bc (patch)
tree707455a08b7c6cfa636760e44f3b5c05bc5f60b6
parent53e25a2e8a7a11f00c8f0c292635a53f7fab3b14 (diff)
downloadbubblewrap-b3fe1718b629e3615f9a6c1ffd969fe2704bc4bc.tar.gz
Release 0.2.0v0.2.0
We've got a lot of new features and bugfixes since 0.1.8. Let's cut a new release before we start landing even more things like the `pivot_root()` PR. Closes: #232 Approved by: smcv
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d7a9f23..81de64a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([bubblewrap], [0.1.8], [atomic-devel@projectatomic.io])
+AC_INIT([bubblewrap], [0.2.0], [atomic-devel@projectatomic.io])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])