Require GLib >= 2.22.0

This commit is contained in:
Michael Natterer
2009-10-17 17:59:53 +02:00
parent c58eee0229
commit 45c05f5f5f
3 changed files with 3 additions and 3 deletions

View File

@ -120,7 +120,7 @@ static gchar *
sanity_check_glib (void)
{
#define GLIB_REQUIRED_MAJOR 2
#define GLIB_REQUIRED_MINOR 20
#define GLIB_REQUIRED_MINOR 22
#define GLIB_REQUIRED_MICRO 0
const gchar *mismatch = glib_check_version (GLIB_REQUIRED_MAJOR,