# HG changeset patch # User Sean Egan # Date 1163113949 0 # Node ID bdbaf7ed3efdeb97df9e503bd8bd76a7b528eb94 # Parent 5447eef2461abc664dc5f50dcfcfd56ac88b8f2d [gaim-migrate @ 17716] beta5 committer: Tailor Script diff -r 5447eef2461a -r bdbaf7ed3efd NEWS --- a/NEWS Thu Nov 09 22:28:56 2006 +0000 +++ b/NEWS Thu Nov 09 23:12:29 2006 +0000 @@ -1,5 +1,10 @@ -=[ Gaim ]=- The Pimpin' Penguin IM Client That's Good For The Soul! +2.0.0beta5 (11/9/2006): + Sean: Another release in our endless stream in betas. This one's + pretty awesome; and it fixes major bugs introduced in previous + ones. + 2.0.0beta4 (10/17/2006) Sean: Still beta. Maybe the next one should be a gamma.. :) diff -r 5447eef2461a -r bdbaf7ed3efd configure.ac --- a/configure.ac Thu Nov 09 22:28:56 2006 +0000 +++ b/configure.ac Thu Nov 09 23:12:29 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.0beta5], [gaim-devel@lists.sourceforge.net]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)