changeset 31731:f552c2726d91

We're now 2.10.0 because I added the plugin info dialog.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 09 Jul 2011 22:32:24 +0000
parents 4bdf4e5e6d67
children f7a79a60fa19
files ChangeLog ChangeLog.API configure.ac
diffstat 3 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Jul 09 22:27:13 2011 +0000
+++ b/ChangeLog	Sat Jul 09 22:32:24 2011 +0000
@@ -1,6 +1,6 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
-version 2.9.1 (MM/DD/YYYY):
+version 2.10.0 (MM/DD/YYYY):
 	Pidgin:
 	* Make the max size of incoming smileys a pref instead of hardcoding it.
 	  (Quentin Brandon)(#5231)
--- a/ChangeLog.API	Sat Jul 09 22:27:13 2011 +0000
+++ b/ChangeLog.API	Sat Jul 09 22:32:24 2011 +0000
@@ -1,5 +1,10 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.10.0:
+	Pidgin:
+		Added:
+		* pidgin_dialogs_buildinfo (should not be used by anything but Pidgin)
+
 version 2.9.0:
 	libpurple:
 		Added:
--- a/configure.ac	Sat Jul 09 22:27:13 2011 +0000
+++ b/configure.ac	Sat Jul 09 22:32:24 2011 +0000
@@ -43,10 +43,10 @@
 #
 # Make sure to update finch/libgnt/configure.ac with libgnt version changes.
 #
-m4_define([purple_lt_current], [9])
+m4_define([purple_lt_current], [10])
 m4_define([purple_major_version], [2])
-m4_define([purple_minor_version], [9])
-m4_define([purple_micro_version], [1])
+m4_define([purple_minor_version], [10])
+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])