diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-02-07 21:22:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-07 21:22:18 +0100 |
commit | 538bd9148e1afa6ac2e251528425064fe8940e4b (patch) | |
tree | adac6bd7b7723f679deb8a17cd156a9524f9c67b /src/common.h | |
parent | f8fbc1e1ab9b01c651c7da0652eac8631894c44c (diff) | |
parent | 1e6d787401b548cf3d5cc57d9a0d0f25f1254bf7 (diff) | |
download | irssi-538bd9148e1afa6ac2e251528425064fe8940e4b.zip |
Merge pull request #840 from ailin-nemui/caps
ensure cap_supported is existent yet
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 46d0c45a..746aad4e 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 14 +#define IRSSI_ABI_VERSION 15 #define DEFAULT_SERVER_ADD_PORT 6667 #define DEFAULT_SERVER_ADD_TLS_PORT 6697 |