From fd99b96c973a1a60060b2585a9b74b360f4738c4 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 28 Apr 2009 16:06:02 +0100 Subject: [PATCH] Prepare for 1.0.15. --- configure.ac | 2 +- inspector/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 731867f..eab7faf 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -AC_INIT([libguestfs],[1.0.14]) +AC_INIT([libguestfs],[1.0.15]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) diff --git a/inspector/Makefile.am b/inspector/Makefile.am index 528e183..12eed1b 100644 --- a/inspector/Makefile.am +++ b/inspector/Makefile.am @@ -16,6 +16,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. EXTRA_DIST = \ + run-inspector-locally \ virt-inspector.pl CLEANFILES = *~ -- 1.8.3.1