gplugin/gplugin

6a1d00924a16
Parents ed502366d4c5
Children aab3e0707aeb
Prepare for the next round of development

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/1349/
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Mon Mar 14 23:54:45 2022 -0500
    +++ b/ChangeLog Tue Mar 15 00:21:40 2022 -0500
    @@ -1,3 +1,6 @@
    +0.38.1: ????/??/??:
    + * Nothing yet, be the first!!
    +
    0.38.0: 2022/03/14:
    * Add gplugin-gtk4-viewer and accompanying GTK4 widgets (RR 1134) (Elliott
    Sales de Andrade)
    --- a/meson.build Mon Mar 14 23:54:45 2022 -0500
    +++ b/meson.build Tue Mar 15 00:21:40 2022 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.38.0',
    + version : '0.38.1-dev',
    meson_version : '>=0.56.0',
    default_options : ['c_std=c99', 'warning_level=2'])