Index: src/prpl.h =================================================================== RCS file: /cvsroot/gaim/gaim/src/prpl.h,v retrieving revision 1.176 diff -u -p -r1.176 prpl.h --- src/prpl.h 15 Aug 2004 19:34:16 -0000 1.176 +++ src/prpl.h 15 Aug 2004 20:02:35 -0000 @@ -317,8 +317,8 @@ struct _GaimPluginProtocolInfo /* It's not like we're going to run out of integers for this version number, but we only want to really change it once per release. */ -/* GAIM_PRPL_API_VERSION last changed for version: 0.80 */ -#define GAIM_PRPL_API_VERSION 6 +/* GAIM_PRPL_API_VERSION last changed for version: 0.82 */ +#define GAIM_PRPL_API_VERSION 7 #ifdef __cplusplus extern "C" {