diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | src/protocol/Makefile.win32 | 2 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 7 insertions, 2 deletions
@@ -14,6 +14,7 @@ Provided by Anope Dev. <dev@anope.org> - 2006 05/25 F Q:Line not added for bots when only changing nicks. [#493] 06/03 F Removed INTTYPE_WORKAROUND stuff which could cause warnings. [#509] 06/03 F Fixed compiler warnings. [#511] +06/10 F Win32 Makefile for plexus3 support. [#520] Provided by ThaPrince <jon@vile.com> - 2006 05/19 A Plexus 3 support. [ #00] diff --git a/src/protocol/Makefile.win32 b/src/protocol/Makefile.win32 index c4e0ec951..cfcefd9b4 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 plexus.c ptlink.c rageircd.c \ +SRCS=bahamut.c charybdis.c dreamforge.c hybrid.c inspircd.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 a52ed6db9..e8640e596 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="14" VERSION_EXTRA="" -VERSION_BUILD="1041" +VERSION_BUILD="1042" # $Log$ # +# BUILD : 1.7.14 (1042) +# BUGS : 520 +# NOTES : Fixed src/protocol/Makefile.win32 for plexus->plexus2/plexus3 change +# # BUILD : 1.7.14 (1041) # BUGS : 514 # NOTES : Fixed booboo. Thx to Trystan. |