changeset 8990:c209e287bb6e

[gaim-migrate @ 9765] (18:04:45) grim: LSchiere2: with your commit to the change in the plugin struct, did you update the PLUGIN_API_VERSION? (18:05:05) LSchiere2: probly not. i'd have to look at the patch again (18:05:09) LSchiere2: siege: ping (18:07:44) grim: LSchiere2: i don't see it in the email.. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 20 May 2004 22:25:38 +0000
parents a88d4463d233
children 34bd1b38cc27
files src/plugin.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugin.h	Thu May 20 20:09:44 2004 +0000
+++ b/src/plugin.h	Thu May 20 22:25:38 2004 +0000
@@ -57,7 +57,7 @@
 
 #define GAIM_PLUGIN_FLAG_INVISIBLE 0x01
 
-#define GAIM_PLUGIN_API_VERSION 3
+#define GAIM_PLUGIN_API_VERSION 4
 #define GAIM_LOADER_API_VERSION 2
 
 /**