Thu, 11 Jun 2020 20:19:08 -0500
Prepping for the next round of development
| ChangeLog | file | annotate | diff | comparison | revisions | |
| ChangeLog.API | file | annotate | diff | comparison | revisions | |
| configure.ac | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Thu Jun 11 04:19:20 2020 -0500 +++ b/ChangeLog Thu Jun 11 20:19:08 2020 -0500 @@ -1,5 +1,8 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul +version 2.14.2 (??/??/????): + * Nothing yet, be the first! + version 2.14.1 (11/06/2020): * Fixed issues with Windows installer that always thought Pidgin was running. (Eion Robb)
--- a/ChangeLog.API Thu Jun 11 04:19:20 2020 -0500 +++ b/ChangeLog.API Thu Jun 11 20:19:08 2020 -0500 @@ -1,5 +1,8 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul +version 2.14.2: + * No changes + version 2.14.1: * No changes
--- a/configure.ac Thu Jun 11 04:19:20 2020 -0500 +++ b/configure.ac Thu Jun 11 20:19:08 2020 -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], [1]) -m4_define([purple_version_suffix], []) +m4_define([purple_micro_version], [2]) +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]))