summaryrefslogtreecommitdiff
path: root/src/perl/module.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-11-11 22:39:56 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-11-11 22:39:56 +0000
commitea03650b3f495d39d46f288ce3ddd4142ff34a77 (patch)
treebba0d371f2a1d8562ad00a621652ff2d85de64c6 /src/perl/module.h
parent571f3acaf8ffe4fa86679f210473d6b91019fb1f (diff)
downloadirssi-ea03650b3f495d39d46f288ce3ddd4142ff34a77.zip
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
Diffstat (limited to 'src/perl/module.h')
-rw-r--r--src/perl/module.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/perl/module.h b/src/perl/module.h
index f936fb37..bf00817d 100644
--- a/src/perl/module.h
+++ b/src/perl/module.h
@@ -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