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:
parent
6f7b56163e
commit
6db22fcbfb
@@ -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
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user