we require 2.8.0 now.

2005-10-01  Michael Natterer  <mitch@gimp.org>

	* app/sanity.c (sanity_check_glib): we require 2.8.0 now.
This commit is contained in:
Michael Natterer 2005-10-01 21:42:55 +00:00 committed by Michael Natterer
parent cdbff947c7
commit 3c019cac71
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-10-01 Michael Natterer <mitch@gimp.org>
* app/sanity.c (sanity_check_glib): we require 2.8.0 now.
2005-10-01 DindinX <dindinx@gimp.org>
* libgimpwidgets/gimpwidgetsmarshal.list: added VOID__DOUBLE_DOUBLE

View File

@ -63,7 +63,7 @@ sanity_check_glib (void)
const gchar *mismatch;
#define GLIB_REQUIRED_MAJOR 2
#define GLIB_REQUIRED_MINOR 6
#define GLIB_REQUIRED_MINOR 8
#define GLIB_REQUIRED_MICRO 0
mismatch = glib_check_version (GLIB_REQUIRED_MAJOR,