summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2007-01-15 10:15:35 +0000
committergeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2007-01-15 10:15:35 +0000
commit2ad5c86dceab458d4dda01d61884b043c573f1ac (patch)
treeca6f57758781bf524ce4df0b1f3c1ca6d8fe9587
parentb27ae8c5d4252561f4210f9eb6591f0f72c02708 (diff)
BUILD : 1.7.18 (1226) BUGS : 668 NOTES : Fixed win32 makefile for the inspircd protocol module changes
git-svn-id: svn://svn.anope.org/anope/trunk@1226 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@945 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--src/protocol/Makefile.win322
-rw-r--r--version.log6
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)