mirror of https://github.com/GNOME/gimp.git
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:
parent
cdbff947c7
commit
3c019cac71
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue