From 5ae91e374c40200c8efb291fa7a5086ef76dbe04 Mon Sep 17 00:00:00 2001 From: "trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Mon, 7 Mar 2005 19:19:40 +0000 Subject: [PATCH] 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 --- makefile.inc.win32 | 2 +- version.log | 6 +++++- 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.