birb/birb

Prepare for the next round of development

2 months ago, Gary Kramlich
a44f8e0b0fca
Parents e416255e65e6
Children 76c83a79e528
Prepare for the next round of development

Testing Done:
Called in the turtles and ran `ninja dist`

Reviewed at https://reviews.imfreedom.org/r/2973/
  • +4 -1
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Thu Feb 22 23:22:11 2024 -0600
    +++ b/ChangeLog Fri Feb 23 04:47:05 2024 -0600
    @@ -1,4 +1,7 @@
    -version 0.1 (2024-02-23):
    +version 0.1.1 (????-??-??):
    + * Nothing yet, be the first!
    +
    +version 0.1.0 (2024-02-23):
    * Add BirbQueuedOutputStream (RR 2884) (Gary Kramlich)
    * Use g_assert_finalize_object in unit tests (RR 2889) (Gary Kramlich)
    * Add BirbActionMenu (RR 2902) (Gary Kramlich)
    --- a/meson.build Thu Feb 22 23:22:11 2024 -0600
    +++ b/meson.build Fri Feb 23 04:47:05 2024 -0600
    @@ -1,5 +1,5 @@
    project('birb', 'c',
    - version : '0.1.0',
    + version : '0.1.1-dev',
    meson_version : '>=1.0.0',
    default_options : ['c_std=c17', 'warning_level=2'])