1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00

Increased IRSSI_ABI_VERSION to 29

modified:   src/common.h
This commit is contained in:
Michael Hansen 2020-05-16 00:48:58 +02:00
parent ae6c8a1bd5
commit 28768e40a3

View File

@ -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