1
0
mirror of https://github.com/irssi/irssi.git synced 2024-11-03 04:27:19 -05:00

forward ABI to perl modules

This commit is contained in:
ailin-nemui 2016-01-06 17:25:53 +01:00
parent ff8ccaf08b
commit cfb6123a7a

View File

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