diff options
author | Kevin B Kenny <kennykb@acm.org> | 2006-12-01 00:08:10 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2006-12-01 00:08:10 (GMT) |
commit | b62b2d6ee4170b8d2cff9e546d67cc24e0c782c6 (patch) | |
tree | 2f22fd1447d75b67bdecc3491f0720d0058a1cff /libtommath/makefile | |
parent | 32dabb168bc76e93bb522c8de30e3023df038a0f (diff) | |
download | tcl-b62b2d6ee4170b8d2cff9e546d67cc24e0c782c6.zip tcl-b62b2d6ee4170b8d2cff9e546d67cc24e0c782c6.tar.gz tcl-b62b2d6ee4170b8d2cff9e546d67cc24e0c782c6.tar.bz2 |
Import of libtommath 0.39+
Diffstat (limited to 'libtommath/makefile')
-rw-r--r-- | libtommath/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/makefile b/libtommath/makefile index 192e842..e08a888 100644 --- a/libtommath/makefile +++ b/libtommath/makefile @@ -3,7 +3,7 @@ #Tom St Denis #version of library -VERSION=0.37 +VERSION=0.39 CFLAGS += -I./ -Wall -W -Wshadow -Wsign-compare |