gplugin/gplugin

Bumping the version and setting the release date
develop v0.28.1
2019-09-30, Gary Kramlich
85f1c51427fe
Parents 07b8bbe1258e
Children b5c76b26f19a
Bumping the version and setting the release date
  • +1 -1
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Mon Sep 30 01:20:59 2019 -0500
    +++ b/ChangeLog Mon Sep 30 01:27:21 2019 -0500
    @@ -1,4 +1,4 @@
    -0.28.1:
    +0.28.1: 2019/09/30
    General
    * Fix a bug that scanbuild found in test-plugin-info (Gary Kramlich)
    * Fix an issue pvs-studio found for using g_set_error instead of
    --- a/meson.build Mon Sep 30 01:20:59 2019 -0500
    +++ b/meson.build Mon Sep 30 01:27:21 2019 -0500
    @@ -1,7 +1,7 @@
    ###############################################################################
    # Project Info
    ###############################################################################
    -project('gplugin', 'c', version : '0.28.1-dev',
    +project('gplugin', 'c', version : '0.28.1',
    meson_version : '>=0.42.0',
    default_options : ['c_std=c99'])