diff options
author | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-10-09 21:54:35 +0000 |
---|---|---|
committer | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-10-09 21:54:35 +0000 |
commit | e087af8c27ab8da9299531c3019be43f060df34e (patch) | |
tree | 486f4ba853e6fc3f94ec2d255486ac374d6f67cf | |
parent | bb2f19c3c012e1f019c7cef24c474553cb92a3aa (diff) |
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
-rw-r--r-- | src/news.c | 3 | ||||
-rw-r--r-- | 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 |