summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-03-07 19:19:40 +0000
committertrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-03-07 19:19:40 +0000
commit5ae91e374c40200c8efb291fa7a5086ef76dbe04 (patch)
tree00ae34fa0e5c4f55b0e3b7538c820117aee431b4
parent91ff890d23ba19fbe40ec04b5f357a92e37d2fa6 (diff)
BUILD : 1.7.8 (605) BUGS : N/A NOTES : Win32 encryption fixed
git-svn-id: svn://svn.anope.org/anope/trunk@605 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@453 5417fbe8-f217-4b02-8779-1006273d7864
-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.