From d4984bc2f2db34091151512697ab0bd3a7b91663 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 1 Jul 2021 03:24:39 +0200 Subject: [PATCH] release 0.1.88 --- NEWS | 3 +++ meson.build | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a7bebe0..c48d9e7 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. --> +2021-07-01 babl-0.1.88
+Consistency fixes to format names, in particular for palettized formats. + 2021-02-26 babl-0.1.86
input-class (scanner/RGB) ICC profiles are valid for creating RGB spaces. improved thread safety for babl_space_from_icc diff --git a/meson.build b/meson.build index d08cb6b..f16d7a8 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('babl', 'c', license: 'LGPL3+', - version: '0.1.87', + version: '0.1.88', meson_version: '>=0.54.0', default_options: [ 'buildtype=debugoptimized' -- 2.30.2