bumped glib version.

2008-03-28  Sven Neumann  <sven@gimp.org>

	* app/sanity.c (sanity_check_glib): bumped glib version.

svn path=/trunk/; revision=25286
This commit is contained in:
Sven Neumann 2008-03-28 16:34:57 +00:00 committed by Sven Neumann
parent fc93cc19ce
commit 369738ea5b
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-03-28 Sven Neumann <sven@gimp.org>
* app/sanity.c (sanity_check_glib): bumped glib version.
2008-03-28 Sven Neumann <sven@gimp.org>
* libgimpbase/gimpmemsize.[ch]: deprecate gimp_memsize_to_string()

View file

@ -90,7 +90,7 @@ static gchar *
sanity_check_glib (void)
{
#define GLIB_REQUIRED_MAJOR 2
#define GLIB_REQUIRED_MINOR 14
#define GLIB_REQUIRED_MINOR 16
#define GLIB_REQUIRED_MICRO 1
const gchar *mismatch = glib_check_version (GLIB_REQUIRED_MAJOR,