# HG changeset patch # User Luke Schierer # Date 1092604678 0 # Node ID a54b75bbc159e588a6b5dfd15335ac2ac78f55f9 # Parent 4a8bf81b82aedf486d60ddcc625717b0833eded2 [gaim-migrate @ 10622] (16:05:55) nosnilmot: LSchiere: that chat-info patch should have bumped the prpl API version committer: Tailor Script diff -r 4a8bf81b82ae -r a54b75bbc159 src/prpl.h --- a/src/prpl.h Sun Aug 15 19:34:20 2004 +0000 +++ b/src/prpl.h Sun Aug 15 21:17:58 2004 +0000 @@ -317,8 +317,8 @@ /* 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" {