the news section both in the README and the webpage.
-->
+2019-05-25 babl-0.1.64 </dt><dd>
+Support for Hygon Dhyana, and Y~aA formats for symmetric completeness.
+Code consistency, gitlab CI, autotools and meson build improvements.
+
+ </dd><dt>
2019-02-01 babl-0.1.62 </dt><dd>
Continuous integration with gitlab.
Initial CMYK spaces with lcms2 based ICC support, much room for optimization.
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])
project('babl', 'c',
license: 'LGPL3+',
- version: '0.1.63',
+ version: '0.1.64',
meson_version: '>=0.47.0',
default_options: [
'libdir=lib',