From ebc0f7cf843df52380c00e44f152098332362dad Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Wed, 12 Jun 2019 19:44:28 +0200 Subject: [PATCH] release 0.1.66 --- NEWS | 4 ++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6371269..828d864 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,10 @@ The NEWS file in the babl source tree is the source location for the news section both in the README and the webpage. --> +2019-06-12 babl-0.1.66
+Added API call, babl_space_get_rgb_luminance, +Make most SIMD code-paths optional again on i686. +
2019-05-25 babl-0.1.64
Support for Hygon Dhyana, and Y~aA formats for symmetric completeness. Code consistency, gitlab CI, autotools and meson build improvements. diff --git a/configure.ac b/configure.ac index 21540e4..3e2f0a8 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PREREQ(2.54) m4_define([babl_major_version], [0]) m4_define([babl_minor_version], [1]) -m4_define([babl_micro_version], [65]) +m4_define([babl_micro_version], [66]) m4_define([babl_real_version], [babl_major_version.babl_minor_version.babl_micro_version]) m4_define([babl_version], [babl_real_version]) diff --git a/meson.build b/meson.build index 0561f15..2a51674 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('babl', 'c', license: 'LGPL3+', - version: '0.1.65', + version: '0.1.66', meson_version: '>=0.47.0', default_options: [ 'libdir=lib', -- 2.30.2