aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-04-13 13:42:41 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-04-13 13:42:41 +0000
commit2d38d00656e136b255602b01312c3586b503b14c (patch)
treeb176af81d50f3e2c28af757b2d7360ff44cf34a8 /config.nmake
parent8532a6f8af62ca44044276c8fc471e4a209f8b46 (diff)
Try out GTK 2.22
svn path=/trunk/; revision=36619
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 0d11122c01..515c868917 100644
--- a/config.nmake
+++ b/config.nmake
@@ -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.