Prepare for the next round of development

Wed, 01 Jan 2025 15:01:56 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Wed, 01 Jan 2025 15:01:56 -0600
changeset 43115
832eb10e5223
parent 43114
de19914c41f0
child 43116
61564b214d7f

Prepare for the next round of development

Testing Done:
Ran `meson dist`

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

ChangeLog file | annotate | diff | comparison | revisions
meson.build file | annotate | diff | comparison | revisions
--- a/ChangeLog	Tue Dec 31 19:55:50 2024 -0600
+++ b/ChangeLog	Wed Jan 01 15:01:56 2025 -0600
@@ -1,5 +1,8 @@
 Pidgin: The Universal Chat Client
 
+version 2.90.1 (??/??/????):
+	* Nothing yet, be the first!
+
 version 2.90.0 (12/31/2024):
 	General:
 	* Internationalization is just now getting started. Everything is marked
--- a/meson.build	Tue Dec 31 19:55:50 2024 -0600
+++ b/meson.build	Wed Jan 01 15:01:56 2025 -0600
@@ -21,7 +21,7 @@
 #   For production releases:    ''
 #
 project('pidgin', 'c',
-    version : '2.90.0',
+    version : '2.90.1-devel',
     meson_version : '>=1.0.0',
     default_options : ['c_std=c17', 'warning_level=2'])
 purple_soversion = 0

mercurial