diff options
-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 |