Mercurial > pidgin.yaz
changeset 3114:0ce7830d42d4
[gaim-migrate @ 3129]
0.56
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Sat, 30 Mar 2002 05:22:15 +0000 |
parents | 296d3f6a38af |
children | b9dd12ebea83 |
files | ChangeLog NEWS configure.ac doc/gaim.1 |
diffstat | 4 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Mar 29 20:15:05 2002 +0000 +++ b/ChangeLog Sat Mar 30 05:22:15 2002 +0000 @@ -1,5 +1,7 @@ Gaim: The Pimpin' Penguin IM Clone thats good for the soul! +version 0.56: + version 0.55 (03/29/2002): * Jabber improvements (Thanks Jim Seymour) * Various sound cleanups (Thanks Robert McQueen)
--- a/NEWS Fri Mar 29 20:15:05 2002 +0000 +++ b/NEWS Sat Mar 30 05:22:15 2002 +0000 @@ -1,5 +1,7 @@ -=[ Gaim ]=- The Pimpin' Penguin AIM Clone That's Good For The Soul! +0.56: + 0.55 (03/29/2002): Rob: 0.55 is here. I've been away for a few days on business. Sean has been on Spring Break. Therefore, this release is mostly a patch
--- a/configure.ac Fri Mar 29 20:15:05 2002 +0000 +++ b/configure.ac Sat Mar 30 05:22:15 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.55]) +AM_INIT_AUTOMAKE([gaim], [0.56]) AC_PATH_PROG(sedpath, sed)