diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-14 14:23:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-14 14:23:22 (GMT) |
commit | af01fe0b35a0b2afccffd2b93104778f54eb3f5b (patch) | |
tree | 36b3156067a6b9a0dc5de12048675aa0b7802bc9 /libtommath/makefile.shared | |
parent | 8f3d2ff6163cce22d1c9b8c00a0051a9164fed0d (diff) | |
download | tcl-af01fe0b35a0b2afccffd2b93104778f54eb3f5b.zip tcl-af01fe0b35a0b2afccffd2b93104778f54eb3f5b.tar.gz tcl-af01fe0b35a0b2afccffd2b93104778f54eb3f5b.tar.bz2 |
Apply non-comment changes to take our fork of libtommath up to tracking 0.42.0
libtommath_merge_0_42_0
from 0.39.
Diffstat (limited to 'libtommath/makefile.shared')
-rw-r--r-- | libtommath/makefile.shared | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/makefile.shared b/libtommath/makefile.shared index 8522d44..f17bbbd 100644 --- a/libtommath/makefile.shared +++ b/libtommath/makefile.shared @@ -1,7 +1,7 @@ #Makefile for GCC # #Tom St Denis -VERSION=0:39 +VERSION=0:41 CC = libtool --mode=compile --tag=CC gcc |