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

BUILD : 1.7.9 (771) BUGS : none NOTES : Anope 1.7.9 Release (fixed compiler warning).

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@532 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-05-04 18:26:36 +00:00
parent 6f7b56163e
commit 6db22fcbfb
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -672,6 +672,7 @@ int anope_event_eob(char *source, int ac, char **av)
send_cmd(NULL, "v %s Anope-%s %s :%s - %s -- %s", ServerName,
version_number, ServerName, ircd->name, version_flags,
version_build);
return MOD_CONT;
}
/* SERVER name hop descript */
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="9"
VERSION_BUILD="770"
VERSION_BUILD="771"
# $Log$
#
# BUILD : 1.7.9 (771)
# BUGS : none
# NOTES : Anope 1.7.9 Release (fixed compiler warning).
#
# BUILD : 1.7.9 (770)
# BUGS : none
# NOTES : Anope 1.7.9 Release.