From a4e0041128d76243a5d8ae0b63d362024c24a8d0 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 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 96b506d..36bc7e5 100644 --- a/configure.ac +++ b/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