Depend on GLib >= 2.36.1

This commit is contained in:
Michael Natterer
2013-05-25 22:43:48 +02:00
parent b243c7d77d
commit e5b7df0748
3 changed files with 4 additions and 4 deletions

View File

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