# HG changeset patch # User Rob Flynn # Date 1003434919 0 # Node ID 42e8c40247f5fc07763bc17b0c7a6e8cdf6ac236 # Parent e03c984e1a6f29f5de4dfe5641df2edc8ae61c04 [gaim-migrate @ 2553] Scum of the earth, come on! committer: Tailor Script diff -r e03c984e1a6f -r 42e8c40247f5 ChangeLog --- a/ChangeLog Thu Oct 18 16:05:04 2001 +0000 +++ b/ChangeLog Thu Oct 18 19:55:19 2001 +0000 @@ -1,5 +1,7 @@ Gaim: The Pimpin' Penguin IM Clone thats good for the soul! +version 0.47: + version 0.46 (10/18/2001): * New applet icons (courtesy David Raeman) * ICQ works on big-endian platforms, e.g. sparc and ppc diff -r e03c984e1a6f -r 42e8c40247f5 NEWS --- a/NEWS Thu Oct 18 16:05:04 2001 +0000 +++ b/NEWS Thu Oct 18 19:55:19 2001 +0000 @@ -1,5 +1,7 @@ -=[ Gaim ]=- The Pimpin' Penguin AIM Clone That's Good For The Soul! +0.47: + 0.46 (10/18/2001): Rob: Hey guys! The smores were great! I really enjoyed meeting up with all of you guys and singing campfire songs. It was diff -r e03c984e1a6f -r 42e8c40247f5 configure.ac --- a/configure.ac Thu Oct 18 16:05:04 2001 +0000 +++ b/configure.ac Thu Oct 18 19:55:19 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.46]) +AM_INIT_AUTOMAKE([gaim], [0.47]) AC_PATH_PROG(sedpath, sed)