summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile.inc.win322
-rw-r--r--version.log6
2 files changed, 6 insertions, 2 deletions
diff --git a/makefile.inc.win32 b/makefile.inc.win32
index df9b7bfbe..3081640e4 100644
--- a/makefile.inc.win32
+++ b/makefile.inc.win32
@@ -165,7 +165,7 @@ BASE_CFLAGS=/D USE_THREADS $(BASE_CFLAGS)
!ENDIF
!IF $(DB_ENCRYPTION) == 1
-BASE_CFLAGS=/D USE_ENCRYPTION $(BASE_CFLAGS)
+BASE_CFLAGS=/D USE_ENCRYPTION /D ENCRYPT_MD5 $(BASE_CFLAGS)
!ENDIF
# Note that changing any of these options (or, in fact, anything in this
diff --git a/version.log b/version.log
index 8072b9a81..e2b0e49aa 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="8"
-VERSION_BUILD="604"
+VERSION_BUILD="605"
# $Log$
#
+# BUILD : 1.7.8 (605)
+# BUGS : N/A
+# NOTES : Win32 encryption fixed
+#
# BUILD : 1.7.8 (604)
# BUGS : N/A
# NOTES : tolower/toupper compiler errors on Win32.