Prepare for the 2.14.10 release cycle release-2.x.y

Thu, 28 Apr 2022 23:24:15 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 28 Apr 2022 23:24:15 -0500
branch
release-2.x.y
changeset 41347
9539ffd5a2c9
parent 41345
dce895d742c0
child 41357
758a7925a920

Prepare for the 2.14.10 release cycle

Testing Done:
ran `make distcheck`

Reviewed at https://reviews.imfreedom.org/r/1406/

ChangeLog file | annotate | diff | comparison | revisions
ChangeLog.API file | annotate | diff | comparison | revisions
configure.ac file | annotate | diff | comparison | revisions
--- a/ChangeLog	Thu Apr 28 17:20:48 2022 -0500
+++ b/ChangeLog	Thu Apr 28 23:24:15 2022 -0500
@@ -1,5 +1,8 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.14.10 (??/??/????):
+	* Nothing yet! Be the first!!
+
 version 2.14.9 (04/28/2022):
 	Security:
 	* Remove _xmppconnect support. (RR 1357) (CVE-2022-26491) (Gary Kramlich)
--- a/ChangeLog.API	Thu Apr 28 17:20:48 2022 -0500
+++ b/ChangeLog.API	Thu Apr 28 23:24:15 2022 -0500
@@ -1,5 +1,8 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.14.10:
+	* no changes
+
 version 2.14.9:
 	* no changes
 
--- a/configure.ac	Thu Apr 28 17:20:48 2022 -0500
+++ b/configure.ac	Thu Apr 28 23:24:15 2022 -0500
@@ -24,8 +24,8 @@
 m4_define([purple_lt_current], [14])
 m4_define([purple_major_version], [2])
 m4_define([purple_minor_version], [14])
-m4_define([purple_micro_version], [9])
-m4_define([purple_version_suffix], [])
+m4_define([purple_micro_version], [10])
+m4_define([purple_version_suffix], [dev])
 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]))

mercurial