summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2016-01-06 17:25:53 +0100
committerailin-nemui <ailin-nemui@users.noreply.github.com>2016-01-07 09:26:02 +0100
commitcfb6123a7ab56e12136711a7e088424c9f68fd26 (patch)
treef6d714378d0580c022acebc9d4c0fcdb3857a054 /src
parentff8ccaf08b60d88a67ddf810f8229f910f016cf7 (diff)
downloadirssi-cfb6123a7ab56e12136711a7e088424c9f68fd26.zip
forward ABI to perl modules
Diffstat (limited to 'src')
-rw-r--r--src/perl/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perl/module.h b/src/perl/module.h
index 2fd15137..3cbdf3d5 100644
--- a/src/perl/module.h
+++ b/src/perl/module.h
@@ -17,4 +17,4 @@ extern PerlInterpreter *my_perl; /* must be called my_perl or some perl implemen
/* Change this every time when some API changes between irssi's perl module
(or irssi itself) and irssi's perl libraries. */
-#define IRSSI_PERL_API_VERSION 20011214
+#define IRSSI_PERL_API_VERSION (20011214 + IRSSI_ABI_VERSION)