]> Pileus Git - ~andy/gtk/commitdiff
Slight update to match what configure produces.
authorTor Lillqvist <tml@novell.com>
Thu, 5 Jun 2008 22:39:06 +0000 (22:39 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 5 Jun 2008 22:39:06 +0000 (22:39 +0000)
2008-06-06  Tor Lillqvist  <tml@novell.com>

* config.h.win32.in: Slight update to match what configure
produces.

svn path=/trunk/; revision=20321

ChangeLog
config.h.win32.in

index 6adac39f1946bc2355611c4dc58bce3e9b0c9b2c..ee5205bb8a444514e9cd50fa8ed4de4994ae707e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-06  Tor Lillqvist  <tml@novell.com>
+
+       * config.h.win32.in: Slight update to match what configure
+       produces.
+
 2008-06-05  Johan Dahlin  <jdahlin@async.com.br>
 
        * gtk/gtkbuilder.h (enum): Add the new version mismatch error
index 5cc7f05f3265e3d47e0c1fd8cee48b89130aa6fa..4b0bb0f40119c91d37d528a0533a6bc20190637a 100644 (file)
@@ -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 */
 #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+"