Mercurial > pidgin.yaz
changeset 2330:b618d7a4d9a6
[gaim-migrate @ 2342]
preparing for 0.45 and also testing gaim-commits@lists.sourceforge.net
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 20 Sep 2001 21:01:49 +0000 |
parents | a6d0edc31554 |
children | 1ea2792b6004 |
files | ChangeLog configure.ac doc/gaim.1 |
diffstat | 3 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Sep 20 19:09:42 2001 +0000 +++ b/ChangeLog Thu Sep 20 21:01:49 2001 +0000 @@ -1,5 +1,7 @@ GAIM: The Pimpin' Penguin IM Clone thats good for the soul! +version 0.45: + version 0.44 (09/20/2001): * More sane scaling of buddy icons (intelligently scale to either 48x48 or 50x50 depending on icon)
--- a/configure.ac Thu Sep 20 19:09:42 2001 +0000 +++ b/configure.ac Thu Sep 20 21:01:49 2001 +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.44]) +AM_INIT_AUTOMAKE([gaim], [0.45]) AC_PATH_PROG(sedpath, sed)