diff options
Diffstat (limited to 'libtomcrypt/makefile.unix')
-rw-r--r-- | libtomcrypt/makefile.unix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtomcrypt/makefile.unix b/libtomcrypt/makefile.unix index 5e4ef5c..939f4ea 100644 --- a/libtomcrypt/makefile.unix +++ b/libtomcrypt/makefile.unix @@ -39,7 +39,7 @@ EXTRALIBS = ../libtommath/libtommath.a #Compilation flags LTC_CFLAGS = -Isrc/headers -Itests -DLTC_SOURCE $(CFLAGS) LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS) -VERSION=1.18.1 +VERSION=1.18.2 #Libraries to be created (this makefile builds only static libraries) LIBMAIN_S =libtomcrypt.a |