diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-06-04 19:03:40 +0200 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-06-04 19:03:40 +0200 |
commit | 78a390f4796a97a3624feee2728018484c8485f8 (patch) | |
tree | 3ebc809fff0446aaff2e637739a733c3ebedddef | |
parent | 79bbca4644cad7f2dee89c7ac6b8f9acc2c8b427 (diff) | |
download | irssi-78a390f4796a97a3624feee2728018484c8485f8.zip |
abi up
-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 b6f9153e..b4fc6d28 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 9 +#define IRSSI_ABI_VERSION 10 #define DEFAULT_SERVER_ADD_PORT 6667 |