Merge branch 'master' of github.com:BrianGladman/mpir

This commit is contained in:
Brian Gladman 2021-08-08 16:20:22 +01:00
commit 7cef987a45

View File

@ -36,7 +36,7 @@ def write_f(ipath, opath):
pass
copy(ipath, opath)
vs_version = 19
vs_version = 22
if len(argv) > 1:
vs_version = int(argv[1])