From 3d2c1d1ed2aea75d4acb3cca16b79f0b17605c70 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Fri, 10 Aug 2007 20:37:25 +0000 Subject: [PATCH] Done some changes to configure.ac --- libisofs/trunk/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libisofs/trunk/configure.ac b/libisofs/trunk/configure.ac index 96b506d4..36bc7e50 100644 --- a/libisofs/trunk/configure.ac +++ b/libisofs/trunk/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libisofs], [0.2.4], [http://libburnia.pykix.org]) +AC_INIT([libisofs], [0.2.9], [http://libburnia-project.org]) AC_PREREQ([2.50]) dnl AC_CONFIG_HEADER([config.h]) @@ -112,6 +112,6 @@ AC_CONFIG_FILES([ Makefile doc/doxygen.conf version.h - libisofs-1.pc + libisofs-5.pc ]) AC_OUTPUT