From d7b909d7579aba2d7974e2377b2e43dc0dc0907f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sat, 25 May 2019 19:01:55 +0200 Subject: [PATCH] release 0.1.64 --- NEWS | 5 +++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1d0ee30..6371269 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,11 @@ The NEWS file in the babl source tree is the source location for the news section both in the README and the webpage. --> +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. + +
2019-02-01 babl-0.1.62
Continuous integration with gitlab. Initial CMYK spaces with lcms2 based ICC support, much room for optimization. diff --git a/configure.ac b/configure.ac index e0843eb..920f342 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], [63]) +m4_define([babl_micro_version], [64]) 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 9a827c0..d7cc94b 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('babl', 'c', license: 'LGPL3+', - version: '0.1.63', + version: '0.1.64', meson_version: '>=0.47.0', default_options: [ 'libdir=lib', -- 2.30.2