From 835584560dc1101e8f8ac7e5e6a79b19323cfcc6 Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Thu, 15 Mar 2001 16:48:01 +0000 Subject: [PATCH] Changed version number --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 0052f1e..c67069c 100755 --- a/configure +++ b/configure @@ -695,7 +695,7 @@ fi PACKAGE=abook -VERSION=0.4.12pre1cvs +VERSION=0.4.12pre1 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/configure.in b/configure.in index 4de85f1..0a49f8c 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl abook configure.in AC_INIT(abook.c) -AM_INIT_AUTOMAKE(abook, 0.4.12pre1cvs) +AM_INIT_AUTOMAKE(abook, 0.4.12pre1) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST -- 2.39.2