[babl] release 0.1.66



commit ebc0f7cf843df52380c00e44f152098332362dad
Author: Øyvind Kolås <pippin gimp org>
Date:   Wed Jun 12 19:44:28 2019 +0200

    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                                              </dt><dd>
+Added API call, babl_space_get_rgb_luminance,
+Make most SIMD code-paths optional again on i686.
+                                                                    </dd><dt>
 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.
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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]