[gimp] Bump GEGL and BABL versions here too



commit e4976d8ad212f0c4036c0038c4a9617d7738e5a2
Author: Michael Natterer <mitch gimp org>
Date:   Thu Jul 2 12:24:13 2009 +0200

    Bump GEGL and BABL versions here too

 app/sanity.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app/sanity.c b/app/sanity.c
index 2bde12a..d1294c7 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -280,8 +280,8 @@ sanity_check_babl (void)
   gint babl_micro_version;
 
 #define BABL_REQUIRED_MAJOR 0
-#define BABL_REQUIRED_MINOR 0
-#define BABL_REQUIRED_MICRO 22
+#define BABL_REQUIRED_MINOR 1
+#define BABL_REQUIRED_MICRO 0
 
   babl_get_version (&babl_major_version,
                     &babl_minor_version,
@@ -318,8 +318,8 @@ sanity_check_gegl (void)
   gint gegl_micro_version;
 
 #define GEGL_REQUIRED_MAJOR 0
-#define GEGL_REQUIRED_MINOR 0
-#define GEGL_REQUIRED_MICRO 21
+#define GEGL_REQUIRED_MINOR 1
+#define GEGL_REQUIRED_MICRO 0
 
   gegl_get_version (&gegl_major_version,
                     &gegl_minor_version,



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