From: Jaakko Heinonen Date: Wed, 27 Jul 2005 09:55:38 +0000 (+0000) Subject: - fix a typo in sources list X-Git-Tag: upstream/0.6.1~2^2~198 X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=2d06c6a4e54434ec600aec1e3cc3216ab629d286;p=pkg%2Fabook.git - fix a typo in sources list - call it 0.5.4rc1 --- diff --git a/Makefile.am b/Makefile.am index d98743c..bb6b505 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ abook_SOURCES = abook.c database.c filter.c list.c misc.c \ abook.h database.h filter.h list.h misc.h help.h \ options.h edit.h ldif.h abook_curses.h ui.h getname.h \ getopt.h abook_rl.h mbswidth.h \ - xmallloc.h + xmalloc.h EXTRA_DIST = ANNOUNCE BUGS FAQ abook.1 abookrc.5 sample.abookrc abook.spec \ contrib diff --git a/Makefile.in b/Makefile.in index 0e700d3..d02c4a6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -174,7 +174,7 @@ abook_SOURCES = abook.c database.c filter.c list.c misc.c \ abook.h database.h filter.h list.h misc.h help.h \ options.h edit.h ldif.h abook_curses.h ui.h getname.h \ getopt.h abook_rl.h mbswidth.h \ - xmallloc.h + xmalloc.h EXTRA_DIST = ANNOUNCE BUGS FAQ abook.1 abookrc.5 sample.abookrc abook.spec \ contrib diff --git a/configure b/configure index 0d58ffa..df8843c 100755 --- a/configure +++ b/configure @@ -1613,7 +1613,7 @@ fi # Define the identity of the package. PACKAGE=abook - VERSION=0.5.4 + VERSION=0.5.4rc1 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 69f884c..7d79dab 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl abook configure.in AC_INIT(abook.c) -AM_INIT_AUTOMAKE(abook, 0.5.4) +AM_INIT_AUTOMAKE(abook, 0.5.4rc1) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST