summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-08-09 15:21:44 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2018-08-09 13:34:51 +0000
commite7b517f40956a153972fd61a2c6da1140f52990b (patch)
tree9b4ddd51ec1e911137e32c03b8b98b881f4fc8f1
parentd3515d80d451d16a4d47986ee2cd45130fc67ac4 (diff)
downloadbubblewrap-e7b517f40956a153972fd61a2c6da1140f52990b.tar.gz
Post-release version bump to 0.3.1v0.3.1
This is useful because you can then test for new features. Closes: #285 Approved by: cgwalters
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 42e86ed..ba6231a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([bubblewrap], [0.3.0], [atomic-devel@projectatomic.io])
+AC_INIT([bubblewrap], [0.3.1], [atomic-devel@projectatomic.io])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])