]> git.deb.at Git - pkg/abook.git/commitdiff
- fix a typo in sources list
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Wed, 27 Jul 2005 09:55:38 +0000 (09:55 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Wed, 27 Jul 2005 09:55:38 +0000 (09:55 +0000)
- call it 0.5.4rc1

Makefile.am
Makefile.in
configure
configure.in

index d98743c1b0e52427fafc16d9f37e348f70ddd8a9..bb6b5054af6810d68ad10955bd39347cb5957c1f 100644 (file)
@@ -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
index 0e700d32579636cb02e1bb6c800bedf2a102b79b..d02c4a66319e213f993a2405b6acb5357a8bcc31 100644 (file)
@@ -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
index 0d58ffa8d9c959204b721e94639f85d4d52978c4..df8843cc51f560dfc677d46bca9faae07c846ade 100755 (executable)
--- 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
index 69f884c43678ba4f42d5692f254501671669a852..7d79dabc04b0d79062386ee2e24528d5f83b7b12 100644 (file)
@@ -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