From 28768e40a35488f6431ac924bfc1802fd1343f5b Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Sat, 16 May 2020 00:48:58 +0200 Subject: [PATCH] Increased IRSSI_ABI_VERSION to 29 modified: src/common.h --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index f2c50cde..c9c4e545 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 28 +#define IRSSI_ABI_VERSION 29 #define DEFAULT_SERVER_ADD_PORT 6667 #define DEFAULT_SERVER_ADD_TLS_PORT 6697