changeset 3148:0cb6d9120f1d

[gaim-migrate @ 3164] Get off my lawn! You're stepping all over the new grass! and the flowers! aww, man! Look what you did! committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 14 Apr 2002 08:16:56 +0000
parents 3805d9d344f2
children 746a661b8bfe
files ChangeLog configure.ac
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Apr 14 07:50:48 2002 +0000
+++ b/ChangeLog	Sun Apr 14 08:16:56 2002 +0000
@@ -1,5 +1,8 @@
 Gaim: The Pimpin' Penguin IM Clone thats good for the soul! 
 
+version 0.57
+	* New authorization method for Yahoo!
+
 version 0.56 (04/11/2002):
 	* German translation update (Thanks Karsten Weiss)
 	* Shell-like send history binded to Ctrl-Up and Ctrl-Down
--- a/configure.ac	Sun Apr 14 07:50:48 2002 +0000
+++ b/configure.ac	Sun Apr 14 08:16:56 2002 +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], [20020411cvs])
+AM_INIT_AUTOMAKE([gaim], [0.57-cvs])
 
 AC_PATH_PROG(sedpath, sed)