Try out GTK 2.22
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 13 Apr 2011 13:42:41 +0000 (13:42 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 13 Apr 2011 13:42:41 +0000 (13:42 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36619 f5534014-38df-0310-8fa8-9805f1628bb7

config.nmake

index 0d11122c01aa651a0d71872a2728b67a64310fbe..515c868917f29233abcf527ba80a17d40b9c0c34 100644 (file)
@@ -231,8 +231,8 @@ FONTCONFIG_DLL=libfontconfig-1.dll
 EXPAT_DLL=libexpat-1.dll
 INTL_DLL=intl.dll
 # This macro is used by the setup target.
-GTK_PKG=2.16.6-20100912
-#GTK_PKG=2.22.0-20101016
+#GTK_PKG=2.16.6-20100912
+GTK_PKG=2.22.1-20101227
 
 #
 # Mandatory: Version numbers of GTK and pango.
@@ -240,8 +240,8 @@ GTK_PKG=2.16.6-20100912
 # (MAJOR + MINOR Version number but without MICRO version number)
 # These macros are used by the nsis installer script and by the setup target.
 #
-GTK_INST_VERSION=2.16
-#GTK_INST_VERSION=2.22
+#GTK_INST_VERSION=2.16
+GTK_INST_VERSION=2.22
 
 #
 # Optional: WinPcap developer's pack to capture network traffic.