diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-03-14 11:59:15 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-03-14 11:59:15 (GMT) |
commit | d5b999af66b8094ad876dd981255d78f295766aa (patch) | |
tree | 4944895fd2b42a16491f59f9c1cb12ffda552245 /libtommath/makefile | |
parent | 4878f1b6a4409b6a7f2514bddb6b3e5391961906 (diff) | |
download | tcl-d5b999af66b8094ad876dd981255d78f295766aa.zip tcl-d5b999af66b8094ad876dd981255d78f295766aa.tar.gz tcl-d5b999af66b8094ad876dd981255d78f295766aa.tar.bz2 |
Import of libtommath 0.41
Import of libtommath 0.41
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 9f69678..3e254d4 100644 --- a/libtommath/makefile +++ b/libtommath/makefile @@ -3,7 +3,7 @@ #Tom St Denis #version of library -VERSION=0.40 +VERSION=0.41 CFLAGS += -I./ -Wall -W -Wshadow -Wsign-compare |