File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = LibTomCrypt
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER=1.18.2
41
+ PROJECT_NUMBER=1.18.2-develop
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
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.2
30
+ VERSION=1.18.2-develop
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.2
25
+ VERSION=1.18.2-develop
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.2
42
+ VERSION=1.18.2-develop
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.2
6
+ VERSION =1.18.2-develop
7
7
VERSION_PC =1.18.2
8
8
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
9
9
VERSION_LT =1:1
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extern "C" {
27
27
28
28
/* version */
29
29
#define CRYPT 0x0118
30
- #define SCRYPT "1.18.2"
30
+ #define SCRYPT "1.18.2-develop "
31
31
32
32
/* max size of either a cipher/hash block or symmetric key [largest of the two] */
33
33
#define MAXBLOCKSIZE 144
You can’t perform that action at this time.
0 commit comments