mirror of
https://github.com/anope/anope.git
synced 2026-06-27 05:06:38 +02:00
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
This commit is contained in:
parent
91ff890d23
commit
5ae91e374c
+1
-1
@@ -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
|
||||
|
||||
+5
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user