gplugin/gplugin

Prepare for the next round of development

5 months ago, Gary Kramlich
9a4cd66c6a27
Parents 60d27495d38d
Children c998c3e8f9da
Prepare for the next round of development

Testing Done:
Ran `ninja dist`

Reviewed at https://reviews.imfreedom.org/r/2822/
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Thu Nov 16 03:47:17 2023 -0600
    +++ b/ChangeLog Thu Nov 16 03:56:39 2023 -0600
    @@ -1,3 +1,6 @@
    +0.42.1: ????/??/??
    + * Nothing yet, be the first!!
    +
    0.42.0: 2023/11/16
    * Worked around the silly version compare warning (RR 2509) (Gary Kramlich)
    * Removed Python 3.7 support (RR 2525) (Gary Kramlich)
    --- a/meson.build Thu Nov 16 03:47:17 2023 -0600
    +++ b/meson.build Thu Nov 16 03:56:39 2023 -0600
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.42.0',
    + version : '0.42.1-dev',
    meson_version : '>=0.61.0',
    default_options : ['c_std=c17', 'warning_level=2'])