release 0.1.64
authorØyvind Kolås <pippin@gimp.org>
Sat, 25 May 2019 17:01:55 +0000 (19:01 +0200)
committerØyvind Kolås <pippin@gimp.org>
Sat, 25 May 2019 17:01:55 +0000 (19:01 +0200)
NEWS
configure.ac
meson.build

diff --git a/NEWS b/NEWS
index 1d0ee30aea62b9cdfd8a804f702d4b84dd52752d..6371269517d98c6496b03e9548f6dc4e7ceaffd2 100644 (file)
--- 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                                              </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.
index e0843ebd895988c7e217a6a1104e23a486e58863..920f3425d1b8bee69261ea44adb396f5dc336b89 100644 (file)
@@ -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])
index 9a827c0e1f1ef9930543b3052c40d05a4bdbb4c3..d7cc94b0359d54c327dfa0681044fcf4c848966a 100644 (file)
@@ -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',