update run-time version checks for glib and gtk+

This commit is contained in:
Sven Neumann
2009-05-16 16:14:58 +02:00
parent 86f1618261
commit 80428dccf5
2 changed files with 3 additions and 3 deletions

View File

@ -97,8 +97,8 @@ static gchar *
sanity_check_glib (void)
{
#define GLIB_REQUIRED_MAJOR 2
#define GLIB_REQUIRED_MINOR 16
#define GLIB_REQUIRED_MICRO 1
#define GLIB_REQUIRED_MINOR 20
#define GLIB_REQUIRED_MICRO 0
const gchar *mismatch = glib_check_version (GLIB_REQUIRED_MAJOR,
GLIB_REQUIRED_MINOR,