summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2017-01-16 20:04:11 +0100
committerailin-nemui <ailin-nemui@users.noreply.github.com>2017-02-05 23:08:42 +0100
commit28df637055bc6f20f26ec40158f428ed4dac3c3d (patch)
treeafeb61ed478e9a7460c1c4a1ee3176fc1f9284d6 /src/common.h
parent7fd3c1f50a1842152a8a9ca652154c5350f6aed8 (diff)
downloadirssi-28df637055bc6f20f26ec40158f428ed4dac3c3d.zip
provide net_start_ssl api
fixes #615
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 43596580..646b7e1a 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 7
+#define IRSSI_ABI_VERSION 8
#define DEFAULT_SERVER_ADD_PORT 6667