summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2018-02-07 11:07:22 +0100
committerailin-nemui <ailin-nemui@users.noreply.github.com>2018-02-07 11:07:22 +0100
commit1e6d787401b548cf3d5cc57d9a0d0f25f1254bf7 (patch)
treeadac6bd7b7723f679deb8a17cd156a9524f9c67b /src/common.h
parentf8fbc1e1ab9b01c651c7da0652eac8631894c44c (diff)
downloadirssi-1e6d787401b548cf3d5cc57d9a0d0f25f1254bf7.zip
ensure cap_supported is existent yet
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
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