gplugin/gplugin

e45995169907
Parents 39aa5e7f2d7a
Children 476c9cac712b
Prepare for the next round of development

Testing Done:
Ran `meson`

Reviewed at https://reviews.imfreedom.org/r/938/
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Fri Sep 24 02:31:17 2021 -0500
    +++ b/ChangeLog Fri Sep 24 02:49:03 2021 -0500
    @@ -1,3 +1,6 @@
    +0.34.1: ????/??/??:
    + * Nothing yet, be the first!!
    +
    0.34.0: 2021/09/24:
    * Add an id property to GPluginLoader. (RR 895) (Gary Kramlich)
    * Fix memory leaks in test-versioned-dependencies and test-find-plugins.
    --- a/meson.build Fri Sep 24 02:31:17 2021 -0500
    +++ b/meson.build Fri Sep 24 02:49:03 2021 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.34.0',
    + version : '0.34.1-dev',
    meson_version : '>=0.56.0',
    default_options : ['c_std=c99'])