# HG changeset patch # User Gary Kramlich # Date 1736751462 21600 # Node ID dd4dc828a49dfc352a10dc58f5e79571345ec329 # Parent 4ce7dac0de47625f87ff52f86b0fff306dec9a1f Switch the meson project name to pidgin3 This makes our tarballs have names like pidgin3-2.90.1-devel.tar.xz which is much easier to keep track of then pidgin-2.90.1-devel.tar.xz which some might confuse as being a pidgin2 release. Testing Done: Ran `meson dist` and verified the file name was correct. > Created /home/grim/p/pidgin/build3/meson-dist/pidgin3-2.90.2-devel.tar.xz Reviewed at https://reviews.imfreedom.org/r/3743/ diff -r 4ce7dac0de47 -r dd4dc828a49d meson.build --- a/meson.build Mon Jan 13 00:53:38 2025 -0600 +++ b/meson.build Mon Jan 13 00:57:42 2025 -0600 @@ -20,7 +20,7 @@ # For code under development: '-devel' # For production releases: '' # -project('pidgin', 'c', +project('pidgin3', 'c', version : '2.90.2-devel', meson_version : '>=1.0.0', default_options : ['c_std=c17', 'warning_level=2'])