diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-10-03 06:39:07 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-10-03 06:39:07 +0000 |
commit | 96ec4cf401c7d52ddff087b450b98bf28a9a4b67 (patch) | |
tree | 9ecc11575bc90627613fccae48e508c0a19d8b19 | |
parent | 04afc8548091ab4a5ee405dbe40c5ad1ab9f5d98 (diff) |
BUILD : 1.7.5 (366) BUGS : NOTES : Fixed a typo in T his previous commit (logins on -> logs on)
git-svn-id: svn://svn.anope.org/anope/trunk@366 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@237 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes.conf | 2 | ||||
-rw-r--r-- | data/example.conf | 2 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 7 insertions, 3 deletions
diff --git a/Changes.conf b/Changes.conf index 88ef99dc9..8eec98d20 100644 --- a/Changes.conf +++ b/Changes.conf @@ -32,7 +32,7 @@ Anope Version S V N #UseSVS2MODE # NewsCount [OPTIONAL] -# The number of LOGON/OPER News item to display when a user logins +# The number of LOGON/OPER News item to display when a user logs # on. The default value is 3 #NewsCount diff --git a/data/example.conf b/data/example.conf index 5421e3810..ac13a8697 100644 --- a/data/example.conf +++ b/data/example.conf @@ -477,7 +477,7 @@ GlobalOnCycleUP "Services are now back online - have a nice day" #UseSVS2MODE # NewsCount [OPTIONAL] -# The number of LOGON/OPER News item to display when a user logins +# The number of LOGON/OPER News item to display when a user logs # on. The default value is 3 #NewsCount diff --git a/version.log b/version.log index 999754aa5..4b0960afe 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="5" -VERSION_BUILD="365" +VERSION_BUILD="366" # $Log$ # +# BUILD : 1.7.5 (366) +# BUGS : +# NOTES : Fixed a typo in T his previous commit (logins on -> logs on) +# # BUILD : 1.7.5 (365) # BUGS : 172 # NOTES : - New directive NewsCount |