# HG changeset patch # User Sean Egan # Date 1018772216 0 # Node ID 0cb6d9120f1d33728b3583a710b1ecd5b2800723 # Parent 3805d9d344f29723d22b441fe4b3f782ae95a826 [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 diff -r 3805d9d344f2 -r 0cb6d9120f1d ChangeLog --- 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 diff -r 3805d9d344f2 -r 0cb6d9120f1d configure.ac --- 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)