summaryrefslogtreecommitdiff
path: root/src/perl/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/perl/module.h')
-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)