1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 13:16:38 +02:00

BUILD : 1.7.14 (1042) BUGS : 520 NOTES : Fixed src/protocol/Makefile.win32 for plexus->plexus2/plexus3 change

git-svn-id: svn://svn.anope.org/anope/trunk@1042 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@766 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-06-10 20:10:44 +00:00
parent 9e5bb79562
commit b0f345e5a8
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -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]
+1 -1
View File
@@ -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)
+5 -1
View File
@@ -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.