Update versions since we're updating minor.

Mon, 02 Mar 2009 04:38:05 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Mon, 02 Mar 2009 04:38:05 +0000
changeset 25912
58f227a15f5b
parent 25911
f22097dc8413
child 25913
3d5e1dfea10a

Update versions since we're updating minor.

ChangeLog file | annotate | diff | comparison | revisions
ChangeLog.API file | annotate | diff | comparison | revisions
ChangeLog.win32 file | annotate | diff | comparison | revisions
configure.ac file | annotate | diff | comparison | revisions
po/ChangeLog file | annotate | diff | comparison | revisions
--- a/ChangeLog	Mon Mar 02 04:18:40 2009 +0000
+++ b/ChangeLog	Mon Mar 02 04:38:05 2009 +0000
@@ -1,6 +1,6 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
-version 2.6.0 (??/??/????):
+version 2.6.0 (??/??/2009):
 	General:
 	* Theme support in libpurple thanks to Justin Rodriguez's summer of code
 	  project.  With some minor additions and clean ups from Paul Aurich.
@@ -15,8 +15,6 @@
 	  dialog and various other dialogs now causes the cursor to move to
 	  the next line.
 
-version 2.5.6 (??/??/2009):
-
 version 2.5.5 (03/01/2009):
 	libpurple:
 	* Fix a crash when removing an account with an unknown protocol id.
--- a/ChangeLog.API	Mon Mar 02 04:18:40 2009 +0000
+++ b/ChangeLog.API	Mon Mar 02 04:38:05 2009 +0000
@@ -1,6 +1,6 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
-version 2.6.0 (??/??/????):
+version 2.6.0 (??/??/2009):
 	libpurple:
 		Added:
 		* PURPLE_BLIST_NODE
@@ -68,8 +68,6 @@
 			* Purple::Request::Field::string_new
 			* Purple::Request::Field::group_new
 
-version 2.5.6 (??/??/2009):
-
 version 2.5.5 (03/01/2009):
 	libpurple:
 		Changed:
--- a/ChangeLog.win32	Mon Mar 02 04:18:40 2009 +0000
+++ b/ChangeLog.win32	Mon Mar 02 04:38:05 2009 +0000
@@ -1,4 +1,4 @@
-version 2.5.6 (??/??/2009):
+version 2.6.0 (??/??/2009):
 
 version 2.5.5 (03/01/2009):
 	* Remove the "Flash window when chat messages are received" pref from
--- a/configure.ac	Mon Mar 02 04:18:40 2009 +0000
+++ b/configure.ac	Mon Mar 02 04:38:05 2009 +0000
@@ -43,19 +43,19 @@
 #
 # Make sure to update finch/libgnt/configure.ac with libgnt version changes.
 #
-m4_define([purple_lt_current], [5])
+m4_define([purple_lt_current], [6])
 m4_define([purple_major_version], [2])
-m4_define([purple_minor_version], [5])
-m4_define([purple_micro_version], [6])
+m4_define([purple_minor_version], [6])
+m4_define([purple_micro_version], [0])
 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]))
 
-m4_define([gnt_lt_current], [5])
+m4_define([gnt_lt_current], [6])
 m4_define([gnt_major_version], [2])
-m4_define([gnt_minor_version], [5])
-m4_define([gnt_micro_version], [6])
+m4_define([gnt_minor_version], [6])
+m4_define([gnt_micro_version], [0])
 m4_define([gnt_version_suffix], [devel])
 m4_define([gnt_version],
           [gnt_major_version.gnt_minor_version.gnt_micro_version])
--- a/po/ChangeLog	Mon Mar 02 04:18:40 2009 +0000
+++ b/po/ChangeLog	Mon Mar 02 04:38:05 2009 +0000
@@ -1,6 +1,6 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
-version 2.5.6
+version 2.6.0
 
 version 2.5.5
 	* Afrikaans translation updated (Friedel Wolff)

mercurial