gplugin/gplugin

Bump the version for release
v0.32.0
2021-07-14, Gary Kramlich
f09c25208609
Parents 29f281906997
Children dd85876765fd
Bump the version for release

Testing Done:
Ran `ninja dist` made sure the tarball was good.

Reviewed at https://reviews.imfreedom.org/r/809/
  • +1 -1
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Tue Jul 13 14:51:12 2021 -0500
    +++ b/ChangeLog Wed Jul 14 04:28:40 2021 -0500
    @@ -1,4 +1,4 @@
    -0.32.0: ????/??/??
    +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
    and Pidgin. (RR 689) (Gary Kramlich)
    --- a/meson.build Tue Jul 13 14:51:12 2021 -0500
    +++ b/meson.build Wed Jul 14 04:28:40 2021 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.32.0-dev',
    + version : '0.32.0',
    meson_version : '>=0.52.0',
    default_options : ['c_std=c99'])