changeset 31062:762b3b1f019f

Update for 2.7.5devel.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Thu, 21 Oct 2010 04:07:56 +0000
parents d974e0268b5e
children f4ec8f910a4d
files ChangeLog ChangeLog.API NEWS configure.ac
diffstat 4 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Oct 21 03:53:37 2010 +0000
+++ b/ChangeLog	Thu Oct 21 04:07:56 2010 +0000
@@ -1,5 +1,7 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.7.5 (MM/DD/YYYY):
+
 version 2.7.4 (10/20/2010):
 	General:
 	* Fix search path for Tk when compiling on Debian Squeeze. (#12465)
--- a/ChangeLog.API	Thu Oct 21 03:53:37 2010 +0000
+++ b/ChangeLog.API	Thu Oct 21 04:07:56 2010 +0000
@@ -1,5 +1,7 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.7.5 (MM/DD/YYYY):
+
 version 2.7.4 (10/20/2010):
 	Perl:
 		Added:
--- a/NEWS	Thu Oct 21 03:53:37 2010 +0000
+++ b/NEWS	Thu Oct 21 04:07:56 2010 +0000
@@ -2,6 +2,8 @@
 
 Our development blog is available at: http://planet.pidgin.im
 
+2.7.5 (MM/DD/YYYY):
+
 2.7.4 (10/20/2010):
 	John: This release came at this particular time due to some security
 	issues Daniel discovered for us when investigating a bug.  There are
--- a/configure.ac	Thu Oct 21 03:53:37 2010 +0000
+++ b/configure.ac	Thu Oct 21 04:07:56 2010 +0000
@@ -46,8 +46,8 @@
 m4_define([purple_lt_current], [7])
 m4_define([purple_major_version], [2])
 m4_define([purple_minor_version], [7])
-m4_define([purple_micro_version], [4])
-m4_define([purple_version_suffix], [])
+m4_define([purple_micro_version], [5])
+m4_define([purple_version_suffix], [devel])
 m4_define([purple_version],
           [purple_major_version.purple_minor_version.purple_micro_version])
 m4_define([purple_display_version], purple_version[]m4_ifdef([purple_version_suffix],[purple_version_suffix]))
@@ -55,8 +55,8 @@
 m4_define([gnt_lt_current], [8])
 m4_define([gnt_major_version], [2])
 m4_define([gnt_minor_version], [8])
-m4_define([gnt_micro_version], [1])
-m4_define([gnt_version_suffix], [])
+m4_define([gnt_micro_version], [2])
+m4_define([gnt_version_suffix], [devel])
 m4_define([gnt_version],
           [gnt_major_version.gnt_minor_version.gnt_micro_version])
 m4_define([gnt_display_version], gnt_version[]m4_ifdef([gnt_version_suffix],[gnt_version_suffix]))