Check-in [1d6b5622f7]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Changed version from 0.8.39 to 0.8.40
Timelines: family | ancestors | descendants | both | trunk | 0.8.40
Files: files | file ages | folders
SHA1: 1d6b5622f783f9bce56f3731d2e2fc73432b4112
User & Date: rkeene 2004-04-18 21:36:59.000
Context
2004-04-18
21:38
Fixed compilation bugs, when no ar/ranlib is found, they're replaced with #, which creates a Makefile line like: AR = # (where # starts a comment) net.c: Fixed #ifdef's check-in: 4a1d504ec5 user: rkeene tags: trunk
21:36
Changed version from 0.8.39 to 0.8.40 check-in: 1d6b5622f7 user: rkeene tags: trunk, 0.8.40
2004-04-16
21:41
Modified Makefile to allow libdact.so installation failure, since it really doesn't matter. check-in: 4d4d0b3c0b user: rkeene tags: trunk
Changes
Side-by-Side Diff Ignore Whitespace Patch
Changes to dact.h.
34
35
36
37
38
39
40
41
42


43
44
45
46
47
48
49
34
35
36
37
38
39
40


41
42
43
44
45
46
47
48
49







-
-
+
+








#ifndef DACT_KEY_SIZE
#define DACT_KEY_SIZE 2048
#endif

#define DACT_VER_MAJOR 0
#define DACT_VER_MINOR 8
#define DACT_VER_REVISION 39
#define DACT_VERSION "0.8.39"
#define DACT_VER_REVISION 40
#define DACT_VERSION "0.8.40"
#ifdef DEBUG
#define DACT_VER_SUB	"dev"
#else
#define DACT_VER_SUB	"rel"
#endif

#define DACT_MODE_COMPR 1