qulogic/gplugin

Update everything for the next round of development
develop
2019-11-07, Gary Kramlich
3c9594be9127
Parents 53d81d65dbce
Children 3b15dbac0ab1
Update everything for the next round of development
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Thu Nov 07 23:05:52 2019 -0600
    +++ b/ChangeLog Thu Nov 07 23:11:42 2019 -0600
    @@ -1,3 +1,6 @@
    +0.29.1:
    + * Nothing yet, be the first!
    +
    0.29.0: 2019/11/07
    * Synchronize GPluginGtkStore with the plugin manager, make the enabled
    toggle button work in GPluginGtkView, and allow developers to decide
    --- a/meson.build Thu Nov 07 23:05:52 2019 -0600
    +++ b/meson.build Thu Nov 07 23:11:42 2019 -0600
    @@ -1,7 +1,7 @@
    ###############################################################################
    # Project Info
    ###############################################################################
    -project('gplugin', 'c', version : '0.29.0',
    +project('gplugin', 'c', version : '0.29.1-dev',
    meson_version : '>=0.42.0',
    default_options : ['c_std=c99'])