Mercurial > pidgin
changeset 2935:75f29c7178a3
[gaim-migrate @ 2948]
Da da da
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Thu, 24 Jan 2002 20:39:15 +0000 |
parents | d5a58d846fd4 |
children | dd71bb88bc58 |
files | ChangeLog NEWS configure.ac doc/gaim.1 |
diffstat | 4 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Jan 24 16:58:35 2002 +0000 +++ b/ChangeLog Thu Jan 24 20:39:15 2002 +0000 @@ -1,5 +1,7 @@ Gaim: The Pimpin' Penguin IM Clone thats good for the soul! +version 0.52: + version 0.51 (01/24/2002): * Arrow buttons in log viewer and some other dialogs work (thanks Ben Miller)
--- a/NEWS Thu Jan 24 16:58:35 2002 +0000 +++ b/NEWS Thu Jan 24 20:39:15 2002 +0000 @@ -1,5 +1,7 @@ -=[ Gaim ]=- The Pimpin' Penguin AIM Clone That's Good For The Soul! +0.52: + 0.51 (01/24/2002): Rob: Well, here we go. I FINALLY got around to making a release after over a month, Sorry for the delay, all. Things got really
--- a/configure.ac Thu Jan 24 16:58:35 2002 +0000 +++ b/configure.ac Thu Jan 24 20:39: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.51]) +AM_INIT_AUTOMAKE([gaim], [0.52]) AC_PATH_PROG(sedpath, sed)