From: <sea...@us...> - 2006-11-13 17:04:34
|
Revision: 17716 http://svn.sourceforge.net/gaim/?rev=17716&view=rev Author: seanegan Date: 2006-11-09 15:12:29 -0800 (Thu, 09 Nov 2006) Log Message: ----------- beta5 Modified Paths: -------------- trunk/NEWS trunk/configure.ac Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2006-11-09 22:28:56 UTC (rev 17715) +++ trunk/NEWS 2006-11-09 23:12:29 UTC (rev 17716) @@ -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.. :) Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2006-11-09 22:28:56 UTC (rev 17715) +++ trunk/configure.ac 2006-11-09 23:12:29 UTC (rev 17716) @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([gaim], [2.0.0dev], [gai...@li...]) +AC_INIT([gaim], [2.0.0beta5], [gai...@li...]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |