changeset 2540:42e8c40247f5

[gaim-migrate @ 2553] Scum of the earth, come on! committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 18 Oct 2001 19:55:19 +0000
parents e03c984e1a6f
children 8229710b343b
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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 
--- 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)