changeset 14945:bdbaf7ed3efd

[gaim-migrate @ 17716] beta5 committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 09 Nov 2006 23:12:29 +0000
parents 5447eef2461a
children 51b7d367a693
files NEWS configure.ac
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.. :)
 
--- 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)