Tue, 14 May 2002 14:53:56 +0000
[gaim-migrate @ 3266]
zero point fifty-nine
| ChangeLog | file | annotate | diff | comparison | revisions | |
| NEWS | file | annotate | diff | comparison | revisions | |
| configure.ac | file | annotate | diff | comparison | revisions | |
| configure.in | file | annotate | diff | comparison | revisions | |
| doc/gaim.1 | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Tue May 14 02:39:40 2002 +0000 +++ b/ChangeLog Tue May 14 14:53:56 2002 +0000 @@ -1,5 +1,7 @@ Gaim: The Pimpin' Penguin IM Clone thats good for the soul! +version 0.59 + version 0.58 (05/13/2002): * Bulgarian translation added (Thanks, Igel Itzo) * Taiwanese translation added (Thanks, Paladin Liu)
--- a/NEWS Tue May 14 02:39:40 2002 +0000 +++ b/NEWS Tue May 14 14:53:56 2002 +0000 @@ -1,5 +1,7 @@ -=[ Gaim ]=- The Pimpin' Penguin IM Client That's Good For The Soul! +0.59 + 0.58 (05/13/2002): Rob: Yeah, so, my computer has been bad which is why the release didn't go out on time. Oh well. I would like to welcome
--- a/configure.ac Tue May 14 02:39:40 2002 +0000 +++ b/configure.ac Tue May 14 14:53:56 2002 +0000 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/aim.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([gaim], [0.58]) +AM_INIT_AUTOMAKE([gaim], [0.59cvs]) AC_PREREQ([2.50])