Depend on ATK 2.2.0, GTK+ 2.24.10, GdkPixbuf 2.24.1

And do some final NEWS adjustments for RC1
This commit is contained in:
Michael Natterer
2012-04-03 00:53:04 +02:00
parent 36c52537e4
commit 531709c8db
5 changed files with 12 additions and 32 deletions

View File

@ -317,7 +317,7 @@ sanity_check_gdk_pixbuf (void)
{
#define GDK_PIXBUF_REQUIRED_MAJOR 2
#define GDK_PIXBUF_REQUIRED_MINOR 24
#define GDK_PIXBUF_REQUIRED_MICRO 0
#define GDK_PIXBUF_REQUIRED_MICRO 1
if (! sanity_check_version (gdk_pixbuf_major_version, GDK_PIXBUF_REQUIRED_MAJOR,
gdk_pixbuf_minor_version, GDK_PIXBUF_REQUIRED_MINOR,