changeset 6960:ccc0d9654098

[gaim-migrate @ 7507] ASDG! committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 24 Sep 2003 23:41:35 +0000
parents 7e18efe2944a
children 13da9fe5f213
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Sep 24 23:40:56 2003 +0000
+++ b/ChangeLog	Wed Sep 24 23:41:35 2003 +0000
@@ -1,6 +1,6 @@
 Gaim: The Pimpin' Penguin IM Clone that's good for the soul!
 
-version 0.69
+version 0.69 (09/24/2003):
 	* Added Contact (aka Person, aka Meta-Contact, aka Buddy Merging, etc)
 	  support
 	* Added MSN 6 smileys.
--- a/NEWS	Wed Sep 24 23:40:56 2003 +0000
+++ b/NEWS	Wed Sep 24 23:41:35 2003 +0000
@@ -1,4 +1,7 @@
 -=[ Gaim ]=-  The Pimpin' Penguin IM Client That's Good For The Soul!
+0.69 (9/24/2003):
+	Sean: MSN and Yahoo! work.  That's good NEWS if I've ever heard it.
+
 0.68 (09/01/2003):
 	Rob: Wow. I am so incredibly tired.
 
--- a/configure.ac	Wed Sep 24 23:40:56 2003 +0000
+++ b/configure.ac	Wed Sep 24 23:41:35 2003 +0000
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/main.c)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE([gaim], [0.69cvs])
+AM_INIT_AUTOMAKE([gaim], [0.69])
 
 AC_PREREQ([2.50])