From 2ea795845341c8ce2db762bff240ef01cfff98e9 Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Mon, 2 Apr 2001 20:37:18 +0000 Subject: [PATCH] Version number change --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index b379d91..2fe5ac9 100755 --- a/configure +++ b/configure @@ -695,7 +695,7 @@ fi PACKAGE=abook -VERSION=0.4.12 +VERSION=0.4.13-cvs 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 0240ca3..afc2379 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.12) +AM_INIT_AUTOMAKE(abook, 0.4.13-cvs) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST -- 2.39.2