diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-14 01:03:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-14 01:03:58 +0000 |
commit | 9633c5b1a6efafff942ac83e4ebc2a8d823ad6e7 (patch) | |
tree | 0c5e06769f2324a867df8211d8f43c84118d569f /Master/texmf/asymptote/GUI | |
parent | 44e84d62c431623c767bd62f61ff4a102dea720b (diff) |
asymptote 2.02
git-svn-id: svn://tug.org/texlive/trunk@19435 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/asymptote/GUI')
-rwxr-xr-x | Master/texmf/asymptote/GUI/xasyVersion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/asymptote/GUI/xasyVersion.py b/Master/texmf/asymptote/GUI/xasyVersion.py index 8183dae8688..105c268b68a 100755 --- a/Master/texmf/asymptote/GUI/xasyVersion.py +++ b/Master/texmf/asymptote/GUI/xasyVersion.py @@ -1,2 +1,2 @@ #!/usr/bin/env python -xasyVersion = "2.01" +xasyVersion = "2.02" |