diff options
author | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-07-17 21:01:57 +0000 |
---|---|---|
committer | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-07-17 21:01:57 +0000 |
commit | 5299cbf7382c9d0e14181e7f1e6c1c5c5fd285ac (patch) | |
tree | e71465687867028bb2bbca09fa20f25bc0f93e48 | |
parent | b5e4372c5e9b4a51bf26ccc7bc334bae24710b48 (diff) |
# BUILD : 1.7.14 (1093) # BUGS : # NOTES : hs_request was missing the "officially supported" flag.
git-svn-id: svn://svn.anope.org/anope/trunk@1093 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@817 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | src/modules/hs_request.c | 1 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/modules/hs_request.c b/src/modules/hs_request.c index aff1ad5b8..0494a08c9 100644 --- a/src/modules/hs_request.c +++ b/src/modules/hs_request.c @@ -120,6 +120,7 @@ int AnopeInit(int argc, char **argv) moduleSetHostHelp(hs_help); moduleAddAuthor(AUTHOR); moduleAddVersion(VERSION); + moduleSetType(SUPPORTED); my_load_config(); my_add_languages(); diff --git a/version.log b/version.log index 3f10ef9ef..e29974fd3 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="14" VERSION_EXTRA="" -VERSION_BUILD="1092" +VERSION_BUILD="1093" # $Log$ # +# BUILD : 1.7.14 (1093) +# BUGS : +# NOTES : hs_request was missing the "officially supported" flag. +# # BUILD : 1.7.14 (1092) # BUGS : 551 # NOTES : applied chaz's fix for win32. |