diff options
author | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-02-07 12:09:55 +0000 |
---|---|---|
committer | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-02-07 12:09:55 +0000 |
commit | d7ad5a8d621b2b25e687134191b9296482fd68de (patch) | |
tree | 00a7e89293dcb9fb8abb5cb7181d924439f44847 | |
parent | d91f67d8eb7df14e1735da5d8bc258e383ed8a44 (diff) |
BUILD : 1.7.8 (572) BUGS : NOTES : fixed grammar.
git-svn-id: svn://svn.anope.org/anope/trunk@572 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@422 5417fbe8-f217-4b02-8779-1006273d7864
-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. |