gplugin/gplugin

Prep for the next round of development

2021-09-30, Gary Kramlich
8da39ba2bd13
Parents 221b2481c538
Children 54627f4294b7
Prep for the next round of development

Testing Done:
Ran `ninja dist`

Reviewed at https://reviews.imfreedom.org/r/965/
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Thu Sep 30 01:48:49 2021 -0500
    +++ b/ChangeLog Thu Sep 30 02:00:15 2021 -0500
    @@ -1,3 +1,6 @@
    +0.35.1: ????/??/??:
    + * Nothing yet, be the first!
    +
    0.35.0: 2021/09/30:
    * Add an unloadable property to GPluginPluginInfo and add a shutdown
    parameter to gplugin_unload. (RR 943) (Gary Kramlich)
    --- a/meson.build Thu Sep 30 01:48:49 2021 -0500
    +++ b/meson.build Thu Sep 30 02:00:15 2021 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.35.0',
    + version : '0.35.1-dev',
    meson_version : '>=0.56.0',
    default_options : ['c_std=c99'])