aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-02-29 14:44:08 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-02-29 14:44:08 +0000
commit90cf7297957ea13d42b8c9b23f025207df2d903b (patch)
treef41c52ad59ccbdfd6bc5e7a06b0d1332a32e2c33 /config.nmake
parent1fb2e2b3e0054d0c1a5c6b621f4d2cc0aaebc572 (diff)
Use GTK 2.24.10 for win32.
svn path=/trunk/; revision=41237
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.nmake b/config.nmake
index 2fd84db510..fdaded8ae8 100644
--- a/config.nmake
+++ b/config.nmake
@@ -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.