From b5e4372c5e9b4a51bf26ccc7bc334bae24710b48 Mon Sep 17 00:00:00 2001 From: "certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Mon, 17 Jul 2006 15:10:04 +0000 Subject: [PATCH] # BUILD : 1.7.14 (1092) # BUGS : 551 # NOTES : applied chaz's fix for win32. git-svn-id: svn://svn.anope.org/anope/trunk@1092 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@816 5417fbe8-f217-4b02-8779-1006273d7864 --- src/modules/makefile.inc.win32 | 2 +- version.log | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/modules/makefile.inc.win32 b/src/modules/makefile.inc.win32 index e629495f7..5576d60f4 100644 --- a/src/modules/makefile.inc.win32 +++ b/src/modules/makefile.inc.win32 @@ -1,2 +1,2 @@ -SRCS=cs_appendtopic.c cs_enforce.c cs_tban.c ns_maxemail.c hs_request.c ns_noop.c os_info.c +SRCS=cs_appendtopic.c cs_enforce.c cs_tban.c ns_maxemail.c hs_request.c os_info.c SUBS=test diff --git a/version.log b/version.log index 732671972..3f10ef9ef 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="14" VERSION_EXTRA="" -VERSION_BUILD="1091" +VERSION_BUILD="1092" # $Log$ # +# BUILD : 1.7.14 (1092) +# BUGS : 551 +# NOTES : applied chaz's fix for win32. +# # BUILD : 1.7.14 (1091) # BUGS : 534 # NOTES : applied trystan's fantasy patch.