# HG changeset patch # User Mark Doliner # Date 1143259460 0 # Node ID 1e433894ce0c8376d300d5fd32735a2fa6f5fac9 # Parent bbbde2f5c03b531f161c3779e32b99f5cf7f8fa9 [gaim-migrate @ 15939] Update these files for beta3. I'm going to tag it in a few minutes, but I won't build tarballs and stuff until tomorrow around noon EST. If you want to get anything in before then, go ahead and commit it and let me know and I can move the tag. Or you can move it. Godspeed! committer: Tailor Script diff -r bbbde2f5c03b -r 1e433894ce0c NEWS --- a/NEWS Fri Mar 24 16:04:59 2006 +0000 +++ b/NEWS Sat Mar 25 04:04:20 2006 +0000 @@ -1,5 +1,9 @@ -=[ Gaim ]=- The Pimpin' Penguin IM Client That's Good For The Soul! +2.0.0beta3 (03/25/2006): + Mark: Yeah, I know, another beta. Don't worry, we'll get this + puppy out the door eventually. + 2.0.0beta2 (01/24/2006): Mark: So this is the new year, and I don't feel any different, but Gaim is getting better. We hope this will be our last beta before diff -r bbbde2f5c03b -r 1e433894ce0c configure.ac --- a/configure.ac Fri Mar 24 16:04:59 2006 +0000 +++ b/configure.ac Sat Mar 25 04:04:20 2006 +0000 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([gaim], [2.0.0cvs], [gaim-devel@lists.sourceforge.net]) +AC_INIT([gaim], [2.0.0beta3], [gaim-devel@lists.sourceforge.net]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)