[babl] bump version to 0.1.4



commit 9a53e93aeaf30a60194f6f5b7b672be7e9cb96d4
Author: �yvind Kolås <pippin gimp org>
Date:   Thu Jan 20 22:35:09 2011 +0000

    bump version to 0.1.4

 NEWS         |    5 ++++-
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index fa132f3..4fc00bb 100644
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,11 @@ the news section both in the README and the webpage.
 
                                                                           -->
 
+2011-01-20 babl-0.1.4                                               </dt><dd>
+Improved cross platform build ability, added code to handle n-component formats,
+remove extraenous runtime profiling that impacted performance.
 
-
+                                                                    </dd><dt>
 2010-01-15 babl-0.1.2                                               </dt><dd>
 Made babl mostly threadsafe (sufficient for GIMP/GEGLs needs). Streamlined core functionality, reducing number of function calls and removing overeager instrumentation.
                                                                     </dd><dt>
diff --git a/configure.ac b/configure.ac
index 2723a74..5b9915e 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], [3])
+m4_define([babl_micro_version], [4])
 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]