diff options
author | Attila Molnar <attilamolnar@hush.com> | 2016-06-17 12:04:12 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2016-06-17 12:04:12 +0200 |
commit | 925afed1b90871a52fb19f0ee2cb99cd26a53bae (patch) | |
tree | be77dd198b7725a3709f2a387b3094b0bfcc547f /include/modules.h | |
parent | cb43342a295c6ab01d3895dd4bf21af60b76adaa (diff) |
Don't exit on rehash if the pid file cannot be written
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index 9857012fc..4d4d0871f 100644 --- a/include/modules.h +++ b/include/modules.h @@ -116,7 +116,7 @@ struct ModResult { * and numerical comparisons in preprocessor macros if they wish to support * multiple versions of InspIRCd in one file. */ -#define INSPIRCD_VERSION_API 9 +#define INSPIRCD_VERSION_API 10 /** * This #define allows us to call a method in all |