diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-22 09:53:10 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-22 09:53:10 (GMT) |
commit | 5de6de238c22b38eeb14f95962c4cccebe7f7a51 (patch) | |
tree | 3d95d67f3fc850e06f28af20f432b8e2da5d8096 /libtommath | |
parent | b03d00e30749162d899d9cb2fa4443ed1995d57b (diff) | |
download | tcl-5de6de238c22b38eeb14f95962c4cccebe7f7a51.zip tcl-5de6de238c22b38eeb14f95962c4cccebe7f7a51.tar.gz tcl-5de6de238c22b38eeb14f95962c4cccebe7f7a51.tar.bz2 |
Update libtommath to v1.2.0
Diffstat (limited to 'libtommath')
-rw-r--r-- | libtommath/makefile_include.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/makefile_include.mk b/libtommath/makefile_include.mk index 70f448f..7b025e8 100644 --- a/libtommath/makefile_include.mk +++ b/libtommath/makefile_include.mk @@ -3,7 +3,7 @@ # #version of library -VERSION=1.2.0-rc3 +VERSION=1.2.0 VERSION_PC=1.2.0 VERSION_SO=3:0:2 |