[gdk-pixbuf] build: Bump version for new functionality



commit 3fd898ceccc0d0f4ec9f32ad2d59d3e8f8d6fdbe
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Feb 3 19:00:40 2017 +0100

    build: Bump version for new functionality
    
    Now that scaling down by huge factors is fixed, we can deprecate the
    work-arounds from other libraries. This means they require the newer
    version, so bump the version so it's identifiable.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5ef39a5..0608c38 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ AC_PREREQ([2.63])
 
 m4_define([gdk_pixbuf_major_version], [2])
 m4_define([gdk_pixbuf_minor_version], [36])
-m4_define([gdk_pixbuf_micro_version], [4])
+m4_define([gdk_pixbuf_micro_version], [5])
 m4_define([gdk_pixbuf_interface_age], [4])
 m4_define([gdk_pixbuf_binary_age],
           [m4_eval(100 * gdk_pixbuf_minor_version + gdk_pixbuf_micro_version)])


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