Thu, 20 Sep 2001 21:01:49 +0000
[gaim-migrate @ 2342]
preparing for 0.45 and also testing gaim-commits@lists.sourceforge.net
| ChangeLog | file | annotate | diff | comparison | revisions | |
| configure.ac | file | annotate | diff | comparison | revisions | |
| doc/gaim.1 | file | annotate | diff | comparison | revisions |
--- 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)