diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-28 16:06:02 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-28 16:06:02 +0100 |
commit | fd99b96c973a1a60060b2585a9b74b360f4738c4 (patch) | |
tree | 83113813dc9deb4b0ef68654aa9f0c53d9a7cfad | |
parent | 0aa45a5662bcb96348bd4753fb0404991f713319 (diff) | |
download | libguestfs-fd99b96c973a1a60060b2585a9b74b360f4738c4.tar.gz libguestfs-fd99b96c973a1a60060b2585a9b74b360f4738c4.tar.xz libguestfs-fd99b96c973a1a60060b2585a9b74b360f4738c4.zip |
Prepare for 1.0.15.1.0.15
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | inspector/Makefile.am | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 731867f0..eab7faf0 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 528e183a..12eed1bc 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 = *~ |