diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-03-12 09:41:53 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-03-19 10:35:42 +0100 |
commit | c8191b33155ae7ee1ebb07d87b8e001f75188eeb (patch) | |
tree | 96c19911a6a3a6dc80d9aad9694fd1b98a15d319 | |
parent | 61c58b7690e9eec159ba32e5ea40809ed17ef424 (diff) | |
download | irssi-c8191b33155ae7ee1ebb07d87b8e001f75188eeb.zip |
abi bump
-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 746aad4e..de29abd5 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 15 +#define IRSSI_ABI_VERSION 16 #define DEFAULT_SERVER_ADD_PORT 6667 #define DEFAULT_SERVER_ADD_TLS_PORT 6697 |