diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-08 20:15:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-08 20:15:03 +0000 |
commit | 2580bcabfe4ef75cc31c3a839309067fa38ca654 (patch) | |
tree | 2b0123dd78784da6ddc8f465fcff507f6e4907cc /Master/texmf-dist/asymptote/GUI | |
parent | a25e502532f38be5226a95fcfa41be9083d0c508 (diff) |
asymptote 2.44
git-svn-id: svn://tug.org/texlive/trunk@47385 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 fac9b9b2e2b..bbd259cadcf 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.43" +xasyVersion = "2.44" |