summary refs log tree commit diff stats
path: root/win32/installer
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-03-17 09:05:58 -0400
committerTingPing <tingping@tingping.se>2014-03-17 09:05:58 -0400
commit36950c0d46da62b4c5a8d272f2fd0945c0c866e1 (patch)
tree92a07f4723e2cb1dbf8cfefe56404c7c1680af56 /win32/installer
parentcaddb25711401602e30d9dcf84129f474b394ddc (diff)
win32: Bump python to 3.4.0
Diffstat (limited to 'win32/installer')
-rw-r--r--win32/installer/hexchat.iss.tt6
1 files changed, 3 insertions, 3 deletions
diff --git a/win32/installer/hexchat.iss.tt b/win32/installer/hexchat.iss.tt
index 99d85964..05a59ec0 100644
--- a/win32/installer/hexchat.iss.tt
+++ b/win32/installer/hexchat.iss.tt
@@ -76,7 +76,7 @@ Name: "langs"; Description: "Language Interfaces"; Types: custom; Flags: disable
 Name: "langs\perl"; Description: "Perl (requires Perl 5.18)"; Types: custom; Flags: disablenouninstallwarning
 Name: "langs\python"; Description: "Python Interface"; Types: custom; Flags: disablenouninstallwarning
 Name: "langs\python\python2"; Description: "Python (requires Python 2.7)"; Types: custom; Flags: disablenouninstallwarning exclusive
-Name: "langs\python\python3"; Description: "Python (requires Python 3.3)"; Types: custom; Flags: disablenouninstallwarning exclusive
+Name: "langs\python\python3"; Description: "Python (requires Python 3.4)"; Types: custom; Flags: disablenouninstallwarning exclusive
 
 [Tasks]
 Name: portable; Description: "Yes"; GroupDescription: "Portable Mode: Stores configuration files within install directory for portable drives."; Flags: unchecked
@@ -254,12 +254,12 @@ begin
 		REDIST := 'http://dl.hexchat.net/misc/vcredist_2013_x64.exe';
 		PERL := 'http://dl.hexchat.net/misc/perl/Perl-5.18.2-x64.exe';
 		PY2 := 'http://python.org/ftp/python/2.7.6/python-2.7.6.amd64.msi';
-		PY3 := 'http://python.org/ftp/python/3.3.4/python-3.3.4.amd64.msi';
+		PY3 := 'http://python.org/ftp/python/3.4.0/python-3.4.0.amd64.msi';
 #else
 		REDIST := 'http://dl.hexchat.net/misc/vcredist_2013_x86.exe';
 		PERL := 'http://dl.hexchat.net/misc/perl/Perl-5.18.2-x86.exe';
 		PY2 := 'http://python.org/ftp/python/2.7.6/python-2.7.6.msi';
-		PY3 := 'http://python.org/ftp/python/3.3.4/python-3.3.4.msi';
+		PY3 := 'http://python.org/ftp/python/3.4.0/python-3.4.0.msi';
 #endif
 		DOTNET := 'http://dl.hexchat.net/misc/dotnet_40.exe';
 		SPELL := 'http://dl.hexchat.net/hexchat/HexChat%20Spelling%20Dictionaries%20r2.exe';