gplugin/gplugin

Prepare for the next round of development

6 weeks ago, Gary Kramlich
0c7acf49c7c1
Parents c79bb6491445
Children 82ae9323306b
Prepare for the next round of development

Testing Done:
Ran `ninja dist`

Reviewed at https://reviews.imfreedom.org/r/3032/
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Sat Mar 16 17:51:55 2024 -0500
    +++ b/ChangeLog Sun Mar 17 01:51:48 2024 -0500
    @@ -1,3 +1,6 @@
    +0.43.2: ????/??/??
    + * Nothing yet, be the first!
    +
    0.43.1: 2024/03/16
    * Fix gplugin-introspection on Windows (RR 3030) (Gary Kramlich)
    --- a/meson.build Sat Mar 16 17:51:55 2024 -0500
    +++ b/meson.build Sun Mar 17 01:51:48 2024 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.43.1',
    + version : '0.43.2-dev',
    meson_version : '>=0.61.0',
    default_options : ['c_std=c17', 'warning_level=2'])