[babl] bump version to 0.1.8



commit 21d823b676c7785bf555f913d5cc04ff0fca3e8b
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Fri Mar 30 00:33:09 2012 +0100

    bump version to 0.1.8
    
    Also updated NEWS

 NEWS         |    4 ++++
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index f8f8c54..506c2f1 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ the news section both in the README and the webpage.
 
                                                                           -->
 
+
+2012-03-30 babl-0.1.8                                               </dt><dd>
+Added support for indexed/pallette based formats, constified API.
+                                                                    </dd><dt>
 2011-11-18 babl-0.1.6                                               </dt><dd>
 Build improvements, remove blatantly wrong conversions from extensions,
 made it possible to distinguish format_n formats from others, improvements
diff --git a/configure.ac b/configure.ac
index 1ed288b..3d9974a 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], [7])
+m4_define([babl_micro_version], [8])
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])



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