gplugin/gplugin

Bump the version for release
v0.30.0
2020-09-05, Gary Kramlich
de3ef2273a74
Parents 306482a39374
Children 3858bf774261
Bump the version for release
  • +1 -1
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Sat Sep 05 20:18:17 2020 -0500
    +++ b/ChangeLog Sat Sep 05 20:18:46 2020 -0500
    @@ -1,4 +1,4 @@
    -0.30.0:
    +0.30.0: 2020/09/05
    General
    * Changed the website to the repository on keep.imfreedom.org.
    (Gary Kramlich)
    --- a/meson.build Sat Sep 05 20:18:17 2020 -0500
    +++ b/meson.build Sat Sep 05 20:18:46 2020 -0500
    @@ -1,7 +1,7 @@
    ###############################################################################
    # Project Info
    ###############################################################################
    -project('gplugin', 'c', version : '0.30.0-dev',
    +project('gplugin', 'c', version : '0.30.0',
    meson_version : '>=0.50.0',
    default_options : ['c_std=c99'])