pidgin/pidgin

Bump the versions for the next round of development
release-2.x.y
2021-05-13, Gary Kramlich
47988aaeaf57
Parents 95ea2137e8d3
Children c00b451a1dd8
Bump the versions for the next round of development

Testing Done:
Configured and built.

Reviewed at https://reviews.imfreedom.org/r/642/
--- a/ChangeLog Thu Apr 29 21:28:26 2021 -0500
+++ b/ChangeLog Thu May 13 20:16:30 2021 -0500
@@ -1,5 +1,8 @@
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+version 2.14.5 (??/??/????):
+ * Nothing yet, be the first!
+
version 2.14.4 (04/29/2021):
General:
* Use LT_LIB_M to find the math library. This should simplify things for
--- a/ChangeLog.API Thu Apr 29 21:28:26 2021 -0500
+++ b/ChangeLog.API Thu May 13 20:16:30 2021 -0500
@@ -1,5 +1,8 @@
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+version 2.14.5:
+ * No changes
+
version 2.14.4:
* No changes
--- a/configure.ac Thu Apr 29 21:28:26 2021 -0500
+++ b/configure.ac Thu May 13 20:16:30 2021 -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], [4])
-m4_define([purple_version_suffix], [])
+m4_define([purple_micro_version], [5])
+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]))