From f64a1917d13d9df8930fa5a767859b4e5328367f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 5 Jul 2016 11:37:05 -0400 Subject: [PATCH] Release 0.1.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4691ee9..2510510 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([bubblewrap], [0.1.0], [atomic-devel@projectatomic.io]) +AC_INIT([bubblewrap], [0.1.1], [atomic-devel@projectatomic.io]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux])