gplugin/gplugin

Parents b97d7bb37529
Children fd4bb8956d03
Update meson.build and the ChangeLog for the next round of development

Testing Done:
compiled

Reviewed at https://reviews.imfreedom.org/r/854/
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Thu Jul 29 22:54:03 2021 -0500
    +++ b/ChangeLog Thu Jul 29 23:34:56 2021 -0500
    @@ -1,3 +1,6 @@
    +0.32.2: ????/??/??
    + * Nothing yet, be the first!!
    +
    0.32.1: 2021/07/29
    * Update all of the basic plugins to verify that they were called with the
    proper arguments. (RR 817) (Gary Kramlich)
    --- a/meson.build Thu Jul 29 22:54:03 2021 -0500
    +++ b/meson.build Thu Jul 29 23:34:56 2021 -0500
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.32.1',
    + version : '0.32.2-dev',
    meson_version : '>=0.56.0',
    default_options : ['c_std=c99'])