# HG changeset patch # User Sean Egan # Date 1161143472 0 # Node ID 2993aae00c9c64f9f07cb6ed8b25695980545de7 # Parent 4124030c3f3a8f14c4adde8a699828df57742873 [gaim-migrate @ 17510] beta4 committer: Tailor Script diff -r 4124030c3f3a -r 2993aae00c9c NEWS --- a/NEWS Wed Oct 18 03:32:14 2006 +0000 +++ b/NEWS Wed Oct 18 03:51:12 2006 +0000 @@ -1,5 +1,8 @@ -=[ Gaim ]=- The Pimpin' Penguin IM Client That's Good For The Soul! +2.0.0beta4 (10/17/2006) + Sean: Still beta. Maybe the next one should be a gamma.. :) + 2.0.0beta3 (03/25/2006): Mark: Yeah, I know, another beta. Don't worry, we'll get this puppy out the door eventually. diff -r 4124030c3f3a -r 2993aae00c9c configure.ac --- a/configure.ac Wed Oct 18 03:32:14 2006 +0000 +++ b/configure.ac Wed Oct 18 03:51:12 2006 +0000 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([gaim], [2.0.0dev], [gaim-devel@lists.sourceforge.net]) +AC_INIT([gaim], [2.0.0beta4], [gaim-devel@lists.sourceforge.net]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)