summaryrefslogtreecommitdiff
path: root/Master/texmf/asymptote/GUI
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-09 23:27:17 +0000
committerKarl Berry <karl@freefriends.org>2010-06-09 23:27:17 +0000
commitfa8eb4b879ad12a28dfcc0fec3d229b345975b01 (patch)
tree51a9c98eae950aba97a7a1140489f4b08204b8f2 /Master/texmf/asymptote/GUI
parentf7d3e62739d22ea35204a4a65e8e6c96bb7aaaa9 (diff)
asymptote 1.96
git-svn-id: svn://tug.org/texlive/trunk@18854 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/asymptote/GUI')
-rwxr-xr-xMaster/texmf/asymptote/GUI/xasyMainWin.py4
-rwxr-xr-xMaster/texmf/asymptote/GUI/xasyVersion.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf/asymptote/GUI/xasyMainWin.py b/Master/texmf/asymptote/GUI/xasyMainWin.py
index 95dd4fb7cbc..2876d014a56 100755
--- a/Master/texmf/asymptote/GUI/xasyMainWin.py
+++ b/Master/texmf/asymptote/GUI/xasyMainWin.py
@@ -57,9 +57,9 @@ class xasyMainWin:
self.createWidgets()
self.resetGUI()
if sys.platform[:3] == "win":
- site="http://effbot.org/downloads/PIL-1.1.7b1.win32-py2.6.exe"
+ site="http://effbot.org/downloads/PIL-1.1.7.win32-py2.6.exe"
else:
- site="http://effbot.org/downloads/Imaging-1.1.7b1.tar.gz"
+ site="http://effbot.org/downloads/Imaging-1.1.7.tar.gz"
if not PILAvailable:
tkMessageBox.showerror("Failed Dependencies","An error occurred loading the required PIL library. Please install "+site)
self.parent.destroy()
diff --git a/Master/texmf/asymptote/GUI/xasyVersion.py b/Master/texmf/asymptote/GUI/xasyVersion.py
index 17f9f0aadf1..a10e441dc96 100755
--- a/Master/texmf/asymptote/GUI/xasyVersion.py
+++ b/Master/texmf/asymptote/GUI/xasyVersion.py
@@ -1,2 +1,2 @@
#!/usr/bin/env python
-xasyVersion = "1.94"
+xasyVersion = "1.96"