diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-11-01 15:52:45 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-11-01 15:52:45 +0100 |
commit | 4d6822b1c43d876856a5df07ce69fb4e67c3591a (patch) | |
tree | 23569d9bcca3cb6f43298fa1e38a0fde9290d2b0 /src | |
parent | b0fa4dd46d8bf1cf63880fabf2105dd9134100df (diff) | |
download | irssi-4d6822b1c43d876856a5df07ce69fb4e67c3591a.zip |
up abi
Diffstat (limited to 'src')
-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 159f7124..a7eaa7cf 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 11 +#define IRSSI_ABI_VERSION 12 #define DEFAULT_SERVER_ADD_PORT 6667 #define DEFAULT_SERVER_ADD_TLS_PORT 6697 |