libgnt/libgnt

Prepare for the next round of development
release-2.x.y
2021-07-24, Gary Kramlich
809d367d2b52
Parents 9808fccb09a4
Children 757982d6c981
Prepare for the next round of development

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/831/
  • +3 -0
    ChangeLog
  • +2 -2
    meson.build
  • --- a/ChangeLog Fri Jul 23 05:06:29 2021 -0500
    +++ b/ChangeLog Sat Jul 24 04:18:40 2021 -0500
    @@ -3,6 +3,9 @@
    Please see notes about versioning in README.md.
    +version 2.14.3 (????/??/??):
    + * Nothing yet, be the first!!
    +
    version 2.14.2 (2021/07/23):
    * Fix a SEGFAULT in gnt_combo_box_get_dropdown. (RR #793) (ivanhoe)
    * Fix an invalid read/write when hiding widgets. (RR #810) (ivanhoe)
    --- a/meson.build Fri Jul 23 05:06:29 2021 -0500
    +++ b/meson.build Sat Jul 24 04:18:40 2021 -0500
    @@ -22,11 +22,11 @@
    # For production releases: ''
    #
    -# the last version for Finch 2 was 2.14.1,
    +# the last version for Finch 2 was 2.14.2,
    # the first version for Finch 3 was 3.0.0
    project('libgnt', 'c',
    - version : '2.14.2',
    + version : '2.14.3-dev',
    meson_version : '>=0.41.0')
    gnt_soversion = 0