gplugin/gplugin

2ae9a55a3cdc
Parents 987ffd3da9ca
Children 2695cbb5e004
Bump the version for the next round of development

Testing Done:
Ran `ninja dist`

Reviewed at https://reviews.imfreedom.org/r/2282/
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Fri Feb 24 00:48:52 2023 -0600
    +++ b/ChangeLog Fri Feb 24 19:36:32 2023 -0600
    @@ -1,3 +1,6 @@
    +0.40.1: ????/??/??:
    + * Nothing yet, be the first!
    +
    0.40.0: 2023/02/24:
    * Add a settings property to GPluginGtkView and GPluginGtkPage (RR 2128)
    (Elliott Sales de Andrade)
    --- a/meson.build Fri Feb 24 00:48:52 2023 -0600
    +++ b/meson.build Fri Feb 24 19:36:32 2023 -0600
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.40.0',
    + version : '0.40.1-dev',
    meson_version : '>=0.61.0',
    default_options : ['c_std=c17', 'warning_level=2'])