grim/gplugin

8587dea596f6
Parents dd85876765fd
Children 84288a17a5b8
Prepare for the next round of development

Testing Done:
Ran meson/ninja

Reviewed at https://reviews.imfreedom.org/r/811/
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Wed Jul 14 04:29:38 2021 -0500
    +++ b/ChangeLog Thu Jul 15 00:44:27 2021 -0500
    @@ -1,3 +1,6 @@
    +0.32.1: ????/??/??
    + * Nothing yet, be the first!
    +
    0.32.0: 2021/07/13
    * Expose the GPluginManager object. This is the first step in updating the API
    to make it match the manager objects that we've been building in libpurple
    --- a/meson.build Wed Jul 14 04:29:38 2021 -0500
    +++ b/meson.build Thu Jul 15 00:44:27 2021 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.32.0',
    + version : '0.32.1-dev',
    meson_version : '>=0.52.0',
    default_options : ['c_std=c99'])