summaryrefslogtreecommitdiff
path: root/cerbero/bootstrap/windows.py
diff options
context:
space:
mode:
Diffstat (limited to 'cerbero/bootstrap/windows.py')
-rw-r--r--cerbero/bootstrap/windows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cerbero/bootstrap/windows.py b/cerbero/bootstrap/windows.py
index 9554b68..f1518ec 100644
--- a/cerbero/bootstrap/windows.py
+++ b/cerbero/bootstrap/windows.py
@@ -28,7 +28,7 @@ from cerbero.utils import shell, _, fix_winpath, to_unixpath, git
from cerbero.utils import messages as m
# Toolchain
-GCC_VERSION = '4.7.2'
+GCC_VERSION = '4.7.3'
MINGW_DOWNLOAD_SOURCE = 'http://www.freedesktop.org/software/gstreamer-sdk/'\
'data/packages/2012.5/windows/toolchain'
MINGW_TARBALL_TPL = "mingw-%s-gcc-%s-%s-%s.tar.xz"