gplugin/gplugin

Prepare for the next round of development

18 months ago, Gary Kramlich
170063fe23c0
Parents 1abb531a18f4
Children 9541538492d0
Prepare for the next round of development

Testing Done:
Ran `meson dist`

Reviewed at https://reviews.imfreedom.org/r/1984/
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Thu Oct 27 21:40:03 2022 -0500
    +++ b/ChangeLog Fri Oct 28 01:59:04 2022 -0500
    @@ -1,3 +1,6 @@
    +0.39.1: ????/??/??:
    + * Nothing yet, be the first!!
    +
    0.39.0: 2022/10/27:
    * Better document the example plugins and cover the shutdown parameter to
    unload. (RR 1694) (Gary Kramlich)
    --- a/meson.build Thu Oct 27 21:40:03 2022 -0500
    +++ b/meson.build Fri Oct 28 01:59:04 2022 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.39.0',
    + version : '0.39.1-dev',
    meson_version : '>=0.61.0',
    default_options : ['c_std=c99', 'warning_level=2'])