mirror of https://github.com/GNOME/gimp.git
gui_sanity_check(): bump GTK+ version here too
This commit is contained in:
parent
699b112940
commit
ab6406faa8
|
@ -254,7 +254,7 @@ gui_sanity_check (void)
|
|||
{
|
||||
#define GTK_REQUIRED_MAJOR 2
|
||||
#define GTK_REQUIRED_MINOR 16
|
||||
#define GTK_REQUIRED_MICRO 1
|
||||
#define GTK_REQUIRED_MICRO 6
|
||||
|
||||
const gchar *mismatch = gtk_check_version (GTK_REQUIRED_MAJOR,
|
||||
GTK_REQUIRED_MINOR,
|
||||
|
|
Loading…
Reference in New Issue