diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-01-06 17:25:53 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-01-07 09:26:02 +0100 |
commit | cfb6123a7ab56e12136711a7e088424c9f68fd26 (patch) | |
tree | f6d714378d0580c022acebc9d4c0fcdb3857a054 /src/perl | |
parent | ff8ccaf08b60d88a67ddf810f8229f910f016cf7 (diff) | |
download | irssi-cfb6123a7ab56e12136711a7e088424c9f68fd26.zip |
forward ABI to perl modules
Diffstat (limited to 'src/perl')
-rw-r--r-- | src/perl/module.h | 2 |
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) |