diff options
author | Lukas Mai <l.mai@web.de> | 2016-02-24 19:00:31 +0100 |
---|---|---|
committer | Lukas Mai <l.mai@web.de> | 2016-03-02 00:53:56 +0100 |
commit | 8c1da2890c4ccbeac70d7798f29f00a81a770728 (patch) | |
tree | f64cab648a05f18822a5b153c5cc016d515f7da0 /src/common.h | |
parent | 3fc7e4d4ea7faaf3a14206c8b7c46ccc4b96309c (diff) | |
download | irssi-8c1da2890c4ccbeac70d7798f29f00a81a770728.zip |
irssi proxy: allow listening on unix sockets
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 966e28d0..729049ab 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 1 +#define IRSSI_ABI_VERSION 2 #define DEFAULT_SERVER_ADD_PORT 6667 |