gplugin/gplugin

Prepare for the next round of development

10 months ago, Gary Kramlich
5c97409a111b
Parents bef823084d90
Children f28a60663618
Prepare for the next round of development

Testing Done:
Ran `ninja dist`

Reviewed at https://reviews.imfreedom.org/r/2485/
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Thu Jun 22 20:29:04 2023 -0500
    +++ b/ChangeLog Mon Jun 26 23:01:28 2023 -0500
    @@ -1,3 +1,6 @@
    +0.41.1: ????/??/??
    + * Nothing yet, be the first!
    +
    0.41.0: 2023/06/22
    * Fix a leak in settings list (RR 2305) (Elliott Sales de Andrade)
    * Simplify some error freeing (RR 2380) (Elliott Sales de Andrade)
    --- a/meson.build Thu Jun 22 20:29:04 2023 -0500
    +++ b/meson.build Mon Jun 26 23:01:28 2023 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.41.0',
    + version : '0.41.1-dev',
    meson_version : '>=0.61.0',
    default_options : ['c_std=c17', 'warning_level=2'])