gplugin/gplugin

Bump the glib requirement to 2.40.0
develop
2018-05-05, Gary Kramlich
46f92694369c
Bump the glib requirement to 2.40.0
  • +1 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Sat May 05 17:22:39 2018 -0500
    +++ b/ChangeLog Sat May 05 17:29:31 2018 -0500
    @@ -4,6 +4,7 @@
    * Changed the build system to meson. See INSTALL for instructions.
    * Added gplugin_plugin_get_dependent_plugins. (fixes #8)
    * Remove ability to disable unit testing.
    + * Bumped the glib requirement to 2.40.0
    0.27.0: 2016/04/18
    * Bumped the glib requirement to 2.34.0
    --- a/meson.build Sat May 05 17:22:39 2018 -0500
    +++ b/meson.build Sat May 05 17:29:31 2018 -0500
    @@ -35,7 +35,7 @@
    help2man = find_program('help2man')
    endif
    -GLIB = dependency('glib-2.0', version : '>=2.34.0')
    +GLIB = dependency('glib-2.0', version : '>=2.40.0')
    GOBJECT = dependency('gobject-2.0')
    # we separate gmodule out so our test aren't linked to it