Prepare for the next round of development

Mon, 31 Mar 2025 21:30:00 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 31 Mar 2025 21:30:00 -0500
changeset 43217
fb97280c53d1
parent 43216
d9f7efad0411
child 43218
1dc9106e2bc8

Prepare for the next round of development

Testing Done:
Ran `meson dist`

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

ChangeLog file | annotate | diff | comparison | revisions
meson.build file | annotate | diff | comparison | revisions
--- a/ChangeLog	Mon Mar 31 20:58:18 2025 -0500
+++ b/ChangeLog	Mon Mar 31 21:30:00 2025 -0500
@@ -1,5 +1,8 @@
 Pidgin: The Universal Chat Client
 
+version 2.91.1 (??/??/????):
+	* Nothing yet, be the first!
+
 version 2.91.0 (03/31/2025):
 	General:
 	* Simplify the flatpak instructions (RR 3744) (Gary Kramlich)
--- a/meson.build	Mon Mar 31 20:58:18 2025 -0500
+++ b/meson.build	Mon Mar 31 21:30:00 2025 -0500
@@ -21,7 +21,7 @@
 #   For production releases:    ''
 #
 project('pidgin3', 'c',
-    version : '2.91.0',
+    version : '2.91.1-dev',
     meson_version : '>=1.0.0',
     default_options : ['c_std=c17', 'warning_level=2'])
 purple_soversion = 0

mercurial