gplugin/gplugin

52ccb9444f88
Parents 0a36794339eb
Children bd2b842909ed
Prepare for the next round of development

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/869/
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Tue Aug 03 02:59:00 2021 -0500
    +++ b/ChangeLog Tue Aug 03 03:42:48 2021 -0500
    @@ -1,3 +1,6 @@
    +0.33.1: ????/??/??:
    + * Nothing yet, be the first!!
    +
    0.33.0: 2021/08/03:
    * Fix plugin searching with Glib 2.69. (RR 856) (Elliott Sales de Andrade)
    * Look for Perl in additional paths. (RR 851, 864) (ivanhoe)
    --- a/meson.build Tue Aug 03 02:59:00 2021 -0500
    +++ b/meson.build Tue Aug 03 03:42:48 2021 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.33.0',
    + version : '0.33.1-dev',
    meson_version : '>=0.56.0',
    default_options : ['c_std=c99'])