summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2018-03-12 09:41:53 +0100
committerailin-nemui <ailin-nemui@users.noreply.github.com>2018-03-19 10:35:42 +0100
commitc8191b33155ae7ee1ebb07d87b8e001f75188eeb (patch)
tree96c19911a6a3a6dc80d9aad9694fd1b98a15d319
parent61c58b7690e9eec159ba32e5ea40809ed17ef424 (diff)
downloadirssi-c8191b33155ae7ee1ebb07d87b8e001f75188eeb.zip
abi bump
-rw-r--r--src/common.h2
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