Prepare for the next round of development

Mon, 30 Jun 2025 21:11:18 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 30 Jun 2025 21:11:18 -0500
changeset 43272
8633c2eb4d9f
parent 43271
8e0f569e1f8f
child 43273
b2e7a32950ae

Prepare for the next round of development

Testing Done:
Ran `meson dist`

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

ChangeLog file | annotate | diff | comparison | revisions
meson.build file | annotate | diff | comparison | revisions
--- a/ChangeLog	Mon Jun 30 20:47:39 2025 -0500
+++ b/ChangeLog	Mon Jun 30 21:11:18 2025 -0500
@@ -1,5 +1,8 @@
 Pidgin: The Universal Chat Client
 
+version 2.92.1 (??/??/????):
+	* Nothing yet, be the first!
+
 version 2.92.0 (06/30/2025):
 	General:
 	* Add a native file for macos on arm (RR 3956) (Gary Kramlich)
--- a/meson.build	Mon Jun 30 20:47:39 2025 -0500
+++ b/meson.build	Mon Jun 30 21:11:18 2025 -0500
@@ -21,7 +21,7 @@
 #   For production releases:    ''
 #
 project('pidgin3', 'c',
-    version : '2.92.0',
+    version : '2.92.1-dev',
     meson_version : '>=1.0.0',
     default_options : ['c_std=c17', 'warning_level=2'])
 purple_soversion = 0

mercurial