summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Egan <seanegan@pidgin.im>2003-10-31 00:23:26 +0000
committerSean Egan <seanegan@pidgin.im>2003-10-31 00:23:26 +0000
commitfc0a276871baea4192967a32b8c450baba59011a (patch)
tree58bbf3662ee61857b6b85c420163e3e40c6790a4
parent69ab68a8eedeca2565eb0a4fc91085bdca44f9ae (diff)
downloadpidgin-0.72.tar.gz
[gaim-migrate @ 7985]v0.72
ci some NEWS, boys.
-rw-r--r--ChangeLog2
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fa1484100..e5d1dc07a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Gaim: The Pimpin' Penguin IM Clone that's good for the soul!
-version 0.72
+version 0.72 (10/31/2003):
* Added a search feature to conversations.
* Added an option to remove the formatting toolbar, both globally and
on a per-window basis (Nathan Fredrickson)
diff --git a/NEWS b/NEWS
index f720711742..fd56e48d56 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
-=[ Gaim ]=- The Pimpin' Penguin IM Client That's Good For The Soul!
+0.72 (10/30/2003):
+ Sean: I think I'll go as the Gaim logo guy for Halloween. That
+ would be a cool costume.
+
0.71 (10/09/2003):
Rob: It's been a while since I've commited some news. I've had a
very hectic few weeks/months. Thing are finally coming together
diff --git a/configure.ac b/configure.ac
index b1495ce0ba..b99c6baff9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/main.c)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE([gaim], [0.72cvs])
+AM_INIT_AUTOMAKE([gaim], [0.72])
AC_PREREQ([2.50])