gplugin/gplugin

Prepare for the next round of development

17 months ago, Gary Kramlich
19766118a98d
Parents f29d2c8825fd
Children 63c86ee51e6a
Prepare for the next round of development

Testing Done:
ran `ninja dist`

Reviewed at https://reviews.imfreedom.org/r/2090/
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Wed Nov 23 23:59:32 2022 -0600
    +++ b/ChangeLog Thu Nov 24 00:21:09 2022 -0600
    @@ -1,3 +1,6 @@
    +0.39.2: ????/??/??:
    + * Nothing yet, be the first!!
    +
    0.39.1: 2022/11/23:
    * Fix deprecation warning with GLib 2.74 (RR 2012) (Elliott Sales de Andrade)
    * Modernize and simplify Meson files (RR 2035) (Elliott Sales de Andrade)
    --- a/meson.build Wed Nov 23 23:59:32 2022 -0600
    +++ b/meson.build Thu Nov 24 00:21:09 2022 -0600
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.39.1',
    + version : '0.39.2-dev',
    meson_version : '>=0.61.0',
    default_options : ['c_std=c99', 'warning_level=2'])