X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=bc46cabef230d038bf52886c62d834232bd4ef74;hp=d641048e3d5757eec3af65bb0e8cb494abbeea52;hb=35dc2f5706a957fe9a17d4bc29ad433c541d2fa0;hpb=f99cb04943f1c4583e52df684011766add78ea28 diff --git a/configure.ac b/configure.ac index d641048..bc46cab 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.7]) +AC_INIT([libguestfs],[1.0.9]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) @@ -340,7 +340,7 @@ AC_CONFIG_FILES([Makefile src/Makefile fish/Makefile examples/Makefile ruby/Makefile ruby/Rakefile java/Makefile make-initramfs.sh update-initramfs.sh - libguestfs.spec + libguestfs.spec libguestfs.pc ocaml/META perl/Makefile.PL]) AC_OUTPUT