From e087af8c27ab8da9299531c3019be43f060df34e Mon Sep 17 00:00:00 2001 From: "trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Sat, 9 Oct 2004 21:54:35 +0000 Subject: [PATCH] BUILD : 1.7.5 (382) BUGS : N/A NOTES : Really fix news.c (I hope) git-svn-id: svn://svn.anope.org/anope/trunk@382 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@251 5417fbe8-f217-4b02-8779-1006273d7864 --- src/news.c | 3 +-- version.log | 6 +++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/news.c b/src/news.c index cf75c04f6..2d3d1f78f 100644 --- a/src/news.c +++ b/src/news.c @@ -1,4 +1,4 @@ -/* News functions. + /* News functions. * * (C) 2003 Anope Team @@ -535,4 +535,3 @@ static int del_newsitem(int num, short type) } /*************************************************************************/ - diff --git a/version.log b/version.log index 7435e360a..8437b220b 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="5" -VERSION_BUILD="381" +VERSION_BUILD="382" # $Log$ # +# BUILD : 1.7.5 (382) +# BUGS : N/A +# NOTES : Really fix news.c (I hope) +# # BUILD : 1.7.5 (381) # BUGS : N/A # NOTES : fixed up news.c