diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-20 22:06:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-20 22:06:04 +0000 |
commit | d7e4f3e635c77e944b82a4781b0c9fd92d1bec18 (patch) | |
tree | a1cedf03c6efcd4de062eaf61b93b43642744905 /Master/texmf-dist/asymptote/GUI | |
parent | dfc4de48df122c4541cc1d44ab0c498a43582a47 (diff) |
asymptote 2.23
git-svn-id: svn://tug.org/texlive/trunk@30598 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/asymptote/GUI')
-rwxr-xr-x | Master/texmf-dist/asymptote/GUI/xasyVersion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/asymptote/GUI/xasyVersion.py b/Master/texmf-dist/asymptote/GUI/xasyVersion.py index 692c96cf45c..c98d9df7c59 100755 --- a/Master/texmf-dist/asymptote/GUI/xasyVersion.py +++ b/Master/texmf-dist/asymptote/GUI/xasyVersion.py @@ -1,2 +1,2 @@ #!/usr/bin/env python -xasyVersion = "2.22" +xasyVersion = "2.23" |