qulogic/gplugin

Bump the required meson version to 0.50.0
feature/packaging-housekeeping
2020-02-03, Gary Kramlich
181d128c2f6d
Parents 5b541cb86ebb
Children 79ce0c50559e
Bump the required meson version to 0.50.0
  • +1 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Mon Feb 03 02:04:26 2020 -0600
    +++ b/ChangeLog Mon Feb 03 02:04:51 2020 -0600
    @@ -1,6 +1,7 @@
    0.29.1:
    * Changed the website to the repository on keep.imfreedom.org.
    * Removed an unnecessary meson version check.
    + * Bumped the required meson version to 0.50.0
    0.29.0: 2019/11/07
    * Synchronize GPluginGtkStore with the plugin manager, make the enabled
    --- a/meson.build Mon Feb 03 02:04:26 2020 -0600
    +++ b/meson.build Mon Feb 03 02:04:51 2020 -0600
    @@ -2,7 +2,7 @@
    # Project Info
    ###############################################################################
    project('gplugin', 'c', version : '0.29.1-dev',
    - meson_version : '>=0.42.0',
    + meson_version : '>=0.50.0',
    default_options : ['c_std=c99'])
    parts = meson.project_version().split('-')