gplugin/gplugin

57fad55b7388
Parents 193534167f94
Children 4fcd3742a8e4
Bump the version for the next round of development

Testing Done:
Ran meson

Reviewed at https://reviews.imfreedom.org/r/690/
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Thu May 27 19:13:36 2021 -0500
    +++ b/ChangeLog Wed Jun 02 03:01:51 2021 -0500
    @@ -1,3 +1,6 @@
    +0.32.0: ????/??/??
    + * Nothing yet, be the first!!
    +
    0.31.0: 2021/05/27
    General
    * Added an option to install gplugin-query. (RR 159) (GPLUGIN-129) (Sorvival)
    --- a/meson.build Thu May 27 19:13:36 2021 -0500
    +++ b/meson.build Wed Jun 02 03:01:51 2021 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.31.0',
    + version : '0.32.0-dev',
    meson_version : '>=0.52.0',
    default_options : ['c_std=c99'])