diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-05-18 14:39:52 +0200 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-05-18 14:39:52 +0200 |
commit | 5995c0619dc2bf6d789e5b93abe8a531ceb1f45a (patch) | |
tree | 43c3b31b9d76c93f32cfb59c676b9790f6481b14 /src/common.h | |
parent | 8b847034efa20f23c96f35522f9f7615a5ab498c (diff) | |
download | irssi-5995c0619dc2bf6d789e5b93abe8a531ceb1f45a.zip |
abi increase for #480
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index 4fd6d331..66892b78 100644 --- a/src/common.h +++ b/src/common.h @@ -6,7 +6,7 @@ #define IRSSI_GLOBAL_CONFIG "irssi.conf" /* config file name in /etc/ */ #define IRSSI_HOME_CONFIG "config" /* config file name in ~/.irssi/ */ -#define IRSSI_ABI_VERSION 4 +#define IRSSI_ABI_VERSION 5 #define DEFAULT_SERVER_ADD_PORT 6667 |