talkatu/talkatu

Prepare for the next round of development

13 months ago, Gary Kramlich
40c6032a247b
Parents e8a6fb25731f
Children 1ac936b66935
Prepare for the next round of development

Testing Done:
Ran `ninja dist`

Reviewed at https://reviews.imfreedom.org/r/2283/
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Thu Feb 23 22:30:39 2023 -0600
    +++ b/ChangeLog Fri Feb 24 19:38:16 2023 -0600
    @@ -1,3 +1,6 @@
    +0.2.1: ????/??/??
    + * Nothing yet, be the first!
    +
    0.2.0: 2023/02/23
    * Fix the release path in the scp command (RR 1700) (Gary Kramlich)
    * Remove the packaging files (RR 1781) (Gary Kramlich)
    --- a/meson.build Thu Feb 23 22:30:39 2023 -0600
    +++ b/meson.build Fri Feb 24 19:38:16 2023 -0600
    @@ -1,7 +1,7 @@
    ###############################################################################
    # Project Info
    ###############################################################################
    -project('talkatu', 'c', version : '0.2.0',
    +project('talkatu', 'c', version : '0.2.1-dev',
    license : 'GPL-2.0-or-later',
    meson_version : '>=0.58.0',
    default_options : ['c_std=c17', 'warning_level=2'])