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