Use GTK 2.24.10 for win32.

svn path=/trunk/; revision=41237
This commit is contained in:
Anders Broman 2012-02-29 14:44:08 +00:00
parent 1fb2e2b3e0
commit 90cf729795
2 changed files with 5 additions and 5 deletions

View File

@ -224,8 +224,8 @@ 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.1-20101227
#GTK_PKG=2.24.10-20120208
#GTK_PKG=2.22.1-20101227
GTK_PKG=2.24.10-20120208
#
# Mandatory: Version numbers of GTK and pango.
@ -234,8 +234,8 @@ GTK_PKG=2.22.1-20101227
# 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.24
#GTK_INST_VERSION=2.22
GTK_INST_VERSION=2.24
#
# Optional: WinPcap developer's pack to capture network traffic.

View File

@ -4,7 +4,7 @@
# 32-bit wrapper for win-setup.sh.
export DOWNLOAD_TAG="2011-06-27"
export DOWNLOAD_TAG="2012-02-29"
export WIRESHARK_TARGET_PLATFORM="win32"
WIN_SETUP=`echo $0 | sed -e s/win32/win/`