From 92c24e41b9cffc41a94be589f659b2af23bcc7ae Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 5 Jun 2008 22:39:06 +0000 Subject: [PATCH] Slight update to match what configure produces. 2008-06-06 Tor Lillqvist * config.h.win32.in: Slight update to match what configure produces. svn path=/trunk/; revision=20321 --- ChangeLog | 5 +++++ config.h.win32.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6adac39f1..ee5205bb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-06 Tor Lillqvist + + * config.h.win32.in: Slight update to match what configure + produces. + 2008-06-05 Johan Dahlin * gtk/gtkbuilder.h (enum): Add the new version mismatch error diff --git a/config.h.win32.in b/config.h.win32.in index 5cc7f05f3..4b0bb0f40 100644 --- a/config.h.win32.in +++ b/config.h.win32.in @@ -98,7 +98,7 @@ /* #undef HAVE_MMAP */ /* Define to 1 is libjpeg supports progressive JPEG */ -#define HAVE_PROGRESSIVE_JPEG 1 +/* #undef HAVE_PROGRESSIVE_JPEG */ /* Define to 1 if you have the header file. */ /* #undef HAVE_PWD_H */ @@ -242,7 +242,7 @@ #define PACKAGE_NAME "gtk+" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "gtk+ 2.13.1" +#define PACKAGE_STRING "gtk+ @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gtk+"