From: Øyvind Kolås Date: Tue, 23 Aug 2022 12:52:30 +0000 (+0200) Subject: release 0.1.96 X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4fcc59632187d595df3443a94c78238af8c4867b;p=babl.git release 0.1.96 --- diff --git a/NEWS b/NEWS index 9029ccc..40e6b5f 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,9 @@ The NEWS file in the babl source tree is the source location for the news section both in the README and the webpage. --> +2022-08-23 babl-0.1.96
+Minor changes from 0.1.94, fixing build. +
2022-08-21 babl-0.1.94
Fix of crash on non-aligned data for SIMD, add commandline tool, improve vala compatibility of introspection info. diff --git a/meson.build b/meson.build index 2d38a8a..ba00d87 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('babl', 'c', license: 'LGPL3+', - version: '0.1.95', + version: '0.1.96', meson_version: '>=0.54.0', default_options: [ 'buildtype=debugoptimized'