gplugin/gplugin

Prepare for the next round of development

20 months ago, Gary Kramlich
273e94647707
Parents e5629ea341aa
Children 2bf12275c35d
Prepare for the next round of development

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/1684/
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Mon Aug 29 20:59:15 2022 -0500
    +++ b/ChangeLog Mon Aug 29 22:00:31 2022 -0500
    @@ -1,3 +1,6 @@
    +0.38.2: ????/??/??:
    + * Nothing yet, be the first!!
    +
    0.38.1: 2022/08/29:
    * Move to g_queue_clear_full as we've required glib >= 2.60.0 for awhile.
    (RR 1351) (Gary Kramlich)
    --- a/meson.build Mon Aug 29 20:59:15 2022 -0500
    +++ b/meson.build Mon Aug 29 22:00:31 2022 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.38.1',
    + version : '0.38.2-dev',
    meson_version : '>=0.61.0',
    default_options : ['c_std=c99', 'warning_level=2'])