gplugin/gplugin

Prepare for the next round of development

7 weeks ago, Gary Kramlich
f0930af845ef
Parents 273a016fef7d
Children 7f400459dbe1
Prepare for the next round of development

Testing Done:
Ran `ninja turtles` and `ninja dist`

Reviewed at https://reviews.imfreedom.org/r/3027/
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Tue Mar 12 20:36:21 2024 -0500
    +++ b/ChangeLog Tue Mar 12 21:17:06 2024 -0500
    @@ -1,3 +1,6 @@
    +0.43.1: ????/??/??
    + * Nothing yet, be the first!!
    +
    0.43.0: 2024/03/13
    * Use g_set_error_literal in a few more places (RR 2891) (Gary Kramlich)
    * Make sure final types are defined as such (RR 2928) (Gary Kramlich)
    --- a/meson.build Tue Mar 12 20:36:21 2024 -0500
    +++ b/meson.build Tue Mar 12 21:17:06 2024 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.43.0',
    + version : '0.43.1-dev',
    meson_version : '>=0.61.0',
    default_options : ['c_std=c17', 'warning_level=2'])