diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-05-30 13:33:58 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-05-30 13:33:58 +0000 |
commit | 42703a0e5e493d068387abb691d3142bd5b3b65d (patch) | |
tree | e7d0ef303b86affd4b85cfc5e1db472789b5e6ba | |
parent | d153e04ffd4645e1c869acadf69cf754dbc21ebf (diff) |
BUILD : 1.7.18 (1243) BUGS : NOTES : Fixed a typo in example.conf
git-svn-id: svn://svn.anope.org/anope/trunk@1243 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@962 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | data/example.conf | 2 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/data/example.conf b/data/example.conf index 9c07e0233..2589311d8 100644 --- a/data/example.conf +++ b/data/example.conf @@ -116,7 +116,7 @@ # select the enc_old option, or things may break. # # NOTE2: Some of these encryption methods are one-way (md5, sha1, old) -# meaning that you can NOT retrive the passwords in plain text once +# meaning that you can NOT retrieve the passwords in plain text once # encrypted. # # Plain Text - enc_none diff --git a/version.log b/version.log index f7cd3db44..e3b2ac1d4 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="18" VERSION_EXTRA="-svn" -VERSION_BUILD="1242" +VERSION_BUILD="1243" # $Log$ # +# BUILD : 1.7.18 (1243) +# BUGS : +# NOTES : Fixed a typo in example.conf +# # BUILD : 1.7.18 (1242) # BUGS : # NOTES : Minor tweaks to the ns_noop_convert output |