mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
forward ABI to perl modules
This commit is contained in:
parent
ff8ccaf08b
commit
cfb6123a7a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue