File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ EXTRALIBS = -L../libtommath -ltommath
27
27
#Compilation flags
28
28
LTC_CFLAGS = -Isrc/headers -Itests -DLTC_SOURCE $(CFLAGS)
29
29
LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS)
30
- VERSION=1.18.0-rc2
30
+ VERSION=1.18.0-rc3
31
31
32
32
#Libraries to be created
33
33
LIBMAIN_S =libtomcrypt.a
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ EXTRALIBS = ../libtommath/tommath.lib
22
22
#Compilation flags
23
23
LTC_CFLAGS = /nologo /Isrc/headers/ /Itests/ /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /DLTC_SOURCE /W3 $(CFLAGS)
24
24
LTC_LDFLAGS = advapi32.lib $(EXTRALIBS)
25
- VERSION=1.18.0-rc2
25
+ VERSION=1.18.0-rc3
26
26
27
27
#Libraries to be created (this makefile builds only static libraries)
28
28
LIBMAIN_S =tomcrypt.lib
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ EXTRALIBS = ../libtommath/libtommath.a
39
39
#Compilation flags
40
40
LTC_CFLAGS = -Isrc/headers -Itests -DLTC_SOURCE $(CFLAGS)
41
41
LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS)
42
- VERSION=1.18.0-rc2
42
+ VERSION=1.18.0-rc3
43
43
44
44
#Libraries to be created (this makefile builds only static libraries)
45
45
LIBMAIN_S =libtomcrypt.a
Original file line number Diff line number Diff line change 3
3
# (GNU make only)
4
4
5
5
# The version - BEWARE: VERSION, VERSION_PC and VERSION_LT are updated via ./updatemakes.sh
6
- VERSION =1.18.0-rc2
6
+ VERSION =1.18.0-rc3
7
7
VERSION_PC =1.18.0
8
8
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
9
9
VERSION_LT =0:118
You can’t perform that action at this time.
0 commit comments