diff options
author | Tor Lillqvist <tml@novell.com> | 2008-06-05 22:39:06 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-06-05 22:39:06 +0000 |
commit | 92c24e41b9cffc41a94be589f659b2af23bcc7ae (patch) | |
tree | 1d2b35e5cc9c9880eab2b9caf872cb2f20ee7ca7 /config.h.win32.in | |
parent | f0bdc49bb892baeb6a70c7793ef90411567a0a2f (diff) | |
download | gtk+-92c24e41b9cffc41a94be589f659b2af23bcc7ae.tar.gz |
Slight update to match what configure produces.
2008-06-06 Tor Lillqvist <tml@novell.com>
* config.h.win32.in: Slight update to match what configure
produces.
svn path=/trunk/; revision=20321
Diffstat (limited to 'config.h.win32.in')
-rw-r--r-- | config.h.win32.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.win32.in b/config.h.win32.in index 5cc7f05f32..4b0bb0f401 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 <pwd.h> 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+" |