gplugin/gplugin

9096f0f5f434
Parents ac6cf0cd632f
Children 39fd16fb4b86
Prepare for the next round of development

Testing Done:
Ran `meson dist`

Reviewed at https://reviews.imfreedom.org/r/1052/
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Thu Oct 14 23:00:23 2021 -0500
    +++ b/ChangeLog Thu Oct 14 23:11:27 2021 -0500
    @@ -1,3 +1,6 @@
    +0.36.1: ????/??/??:
    + * Nothing yet, be the first!
    +
    0.36.0: 2021/10/14:
    * Update POTFILES for the gtk -> gtk3 rename. (RR 967) (Gary Kramlich)
    * Add namespaces to all of the Vala and Genie plugins. (RR 984) (Gary
    --- a/meson.build Thu Oct 14 23:00:23 2021 -0500
    +++ b/meson.build Thu Oct 14 23:11:27 2021 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.36.0',
    + version : '0.36.1-dev',
    meson_version : '>=0.56.0',
    default_options : ['c_std=c99', 'warning_level=2'])