diff options
-rw-r--r-- | src/protocol/Makefile.win32 | 2 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/protocol/Makefile.win32 b/src/protocol/Makefile.win32 index ab183702f..32e3ae1d5 100644 --- a/src/protocol/Makefile.win32 +++ b/src/protocol/Makefile.win32 @@ -1,6 +1,6 @@ include ../../Makefile.inc.win32 -SRCS=bahamut.c charybdis.c dreamforge.c hybrid.c inspircd.c plexus2.c plexus3.c ptlink.c rageircd.c \ +SRCS=bahamut.c charybdis.c dreamforge.c hybrid.c inspircd10.c inspircd11.c plexus2.c plexus3.c ptlink.c rageircd.c \ ratbox.c shadowircd.c solidircd.c ultimate2.c ultimate3.c unreal31.c unreal32.c viagra.c OBJECTS= $(SRCS:.c=.dll) diff --git a/version.log b/version.log index 110554dd9..bbade0797 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="18" VERSION_EXTRA="-svn" -VERSION_BUILD="1225" +VERSION_BUILD="1226" # $Log$ # +# BUILD : 1.7.18 (1226) +# BUGS : 668 +# NOTES : Fixed win32 makefile for the inspircd protocol module changes +# # BUILD : 1.7.18 (1225) # BUGS : 669 # NOTES : Fixed spurious PONGs being sent during burst when MySQL was saving (it still is a dirty hack, but at least it should work now) |