hasl/hasl

Update for the next round of development

9 months ago, Gary Kramlich
e677e224dcf7
Parents ebb0313f1ce4
Children 4103bc84bfaa
Update for the next round of development

Testing Done:
Ran `meson dist` without issue.

Reviewed at https://reviews.imfreedom.org/r/2550/
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Mon Aug 07 20:24:07 2023 -0500
    +++ b/ChangeLog Mon Aug 07 23:11:41 2023 -0500
    @@ -1,3 +1,6 @@
    +0.3.0: ????-??-??:
    + * Nothing yet, be the first!
    +
    0.2.0: 2023-08-04:
    * Use g_error_set_literal in HaslContext were applicable. (RR 2508) (Gary
    Kramlich)
    --- a/meson.build Mon Aug 07 20:24:07 2023 -0500
    +++ b/meson.build Mon Aug 07 23:11:41 2023 -0500
    @@ -2,7 +2,7 @@
    default_options : ['c_std=c17', 'warning_level=3'],
    license : 'LGPL-2.1-or-later',
    meson_version : '>=0.58.0',
    - version : '0.2.0')
    + version : '0.3.0-dev')
    gnome = import('gnome')
    pkgconfig = import('pkgconfig')