summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-22 11:47:07 +0100
committerRichard Jones <rjones@redhat.com>2009-04-22 11:47:07 +0100
commita8d25362435121ada85656c08cd79642f79f9f7b (patch)
treec10c79a196329714b98cb1cd2d6b0abb458cb885 /configure.ac
parentf99cb04943f1c4583e52df684011766add78ea28 (diff)
downloadlibguestfs-a8d25362435121ada85656c08cd79642f79f9f7b.tar.gz
libguestfs-a8d25362435121ada85656c08cd79642f79f9f7b.tar.xz
libguestfs-a8d25362435121ada85656c08cd79642f79f9f7b.zip
Added pkgconfig file (libguestfs.pc).1.0.8
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d641048e..e995500e 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.8])
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