mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Updated perl API version. Fixed irssi to behave better if the API doesn't
match (doesn't crash). git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1985 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
571f3acaf8
commit
ea03650b3f
6 changed files with 21 additions and 15 deletions
|
|
@ -21,5 +21,5 @@ extern PerlInterpreter *my_perl; /* must be called my_perl or some perl implemen
|
|||
#define MODULE_NAME "perl/core"
|
||||
|
||||
/* Change this every time when some API changes between irssi's perl module
|
||||
and irssi's perl libraries. */
|
||||
#define IRSSI_PERL_API_VERSION 20011021
|
||||
(or irssi itself) and irssi's perl libraries. */
|
||||
#define IRSSI_PERL_API_VERSION 20011111
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue