changeset 8951:3e69753b555b

[gaim-migrate @ 9723] we need to keep this changing when we remove or add things in the middle of that struct committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 16 May 2004 15:46:46 +0000
parents 80b4c956d7ae
children e3f4657fa555
files src/prpl.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/prpl.h	Sun May 16 07:19:56 2004 +0000
+++ b/src/prpl.h	Sun May 16 15:46:46 2004 +0000
@@ -328,7 +328,7 @@
 #define GAIM_PLUGIN_PROTOCOL_INFO(plugin) \
 	((GaimPluginProtocolInfo *)(plugin)->info->extra_info)
 
-#define GAIM_PRPL_API_VERSION 2
+#define GAIM_PRPL_API_VERSION 3
 
 #ifdef __cplusplus
 extern "C" {