diff options
-rw-r--r-- | Changes.conf | 3 | ||||
-rw-r--r-- | data/example.conf | 5 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/Changes.conf b/Changes.conf index 8ec652a8f..2da76a4e9 100644 --- a/Changes.conf +++ b/Changes.conf @@ -11,7 +11,8 @@ Anope Version S V N # give these keys to no anyone! Keep them private! # For those pple who don't understand what to do here: Just pick three # _different_ _random_ numbers with about 6 or 7 digits and put them here. -# If the keys don't work, they might be too long. Example: +# If the keys don't work, they might be too long or you forgot to remove +# the # in front of them. Example: # UserKey1 9866235 # UserKey1 <your_first_random_number_here> diff --git a/data/example.conf b/data/example.conf index fb4a4f31a..6c117aa7e 100644 --- a/data/example.conf +++ b/data/example.conf @@ -254,10 +254,11 @@ NetworkName "LocalNet" # # These keys are required to initiate the random number generator. These # numbers MUST be random as you want your passcodes to be random. Don't -# give these keys to no anyone! Keep them private! +# give these keys to anyone! Keep them private! # For those pple who don't understand what to do here: Just pick three # _different_ _random_ numbers with about 6 or 7 digits and put them here. -# If the keys don't work, they might be too long. Example: +# If the keys don't work, they might be too long or you forgot to remove +# the # in front of them. Example: # UserKey1 9866235 # UserKey1 <your_first_random_number_here> diff --git a/version.log b/version.log index be9cd2ec5..22195d648 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="8" -VERSION_BUILD="571" +VERSION_BUILD="572" # $Log$ # +# BUILD : 1.7.8 (572) +# BUGS : +# NOTES : fixed grammar. +# # BUILD : 1.7.8 (571) # BUGS : # NOTES : Updated userkey infos in example.conf. |