Prep for development. release-2.x.y

Wed, 22 Oct 2014 07:28:30 -0700

author
Mark Doliner <mark@kingant.net>
date
Wed, 22 Oct 2014 07:28:30 -0700
branch
release-2.x.y
changeset 36199
b21ae97e61db
parent 36198
ff76d0c38380
child 36200
4721e2194afa
child 36204
9086eaeacd2c
child 36214
9ad79bb177e9

Prep for development.

ChangeLog file | annotate | diff | comparison | revisions
ChangeLog.API file | annotate | diff | comparison | revisions
configure.ac file | annotate | diff | comparison | revisions
--- a/ChangeLog	Thu Oct 16 17:19:06 2014 -0700
+++ b/ChangeLog	Wed Oct 22 07:28:30 2014 -0700
@@ -1,5 +1,9 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.10.11 (?/?/?):
+	Stuff:
+	* Things.
+
 version 2.10.10 (10/22/14):
 	General:
 	* Check the basic constraints extension when validating SSL/TLS
--- a/ChangeLog.API	Thu Oct 16 17:19:06 2014 -0700
+++ b/ChangeLog.API	Wed Oct 22 07:28:30 2014 -0700
@@ -1,5 +1,8 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.10.11:
+	* No changes
+
 version 2.10.10:
 	* No changes
 
--- a/configure.ac	Thu Oct 16 17:19:06 2014 -0700
+++ b/configure.ac	Wed Oct 22 07:28:30 2014 -0700
@@ -46,8 +46,8 @@
 m4_define([purple_lt_current], [10])
 m4_define([purple_major_version], [2])
 m4_define([purple_minor_version], [10])
-m4_define([purple_micro_version], [10])
-m4_define([purple_version_suffix], [])
+m4_define([purple_micro_version], [11])
+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]))
@@ -56,7 +56,7 @@
 m4_define([gnt_major_version], [2])
 m4_define([gnt_minor_version], [8])
 m4_define([gnt_micro_version], [10])
-m4_define([gnt_version_suffix], [])
+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]))

mercurial