[gimp] app: also bump the babl and gegl versions in sanity.c
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: also bump the babl and gegl versions in sanity.c
- Date: Sat, 22 Jan 2011 22:54:07 +0000 (UTC)
commit 3e38686693e704d777b27f3d25ef1551ec7f3c2d
Author: Michael Natterer <mitch gimp org>
Date: Sat Jan 22 23:53:38 2011 +0100
app: also bump the babl and gegl versions in sanity.c
app/sanity.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/sanity.c b/app/sanity.c
index cbd6ac5..7bc1ad2 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -316,7 +316,7 @@ sanity_check_babl (void)
#define BABL_REQUIRED_MAJOR 0
#define BABL_REQUIRED_MINOR 1
-#define BABL_REQUIRED_MICRO 2
+#define BABL_REQUIRED_MICRO 4
babl_get_version (&babl_major_version,
&babl_minor_version,
@@ -354,7 +354,7 @@ sanity_check_gegl (void)
#define GEGL_REQUIRED_MAJOR 0
#define GEGL_REQUIRED_MINOR 1
-#define GEGL_REQUIRED_MICRO 2
+#define GEGL_REQUIRED_MICRO 4
gegl_get_version (&gegl_major_version,
&gegl_minor_version,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]