Mercurial > pidgin
changeset 9755:a54b75bbc159
[gaim-migrate @ 10622]
(16:05:55) nosnilmot: LSchiere: that chat-info patch should have bumped the
prpl API version
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sun, 15 Aug 2004 21:17:58 +0000 |
parents | 4a8bf81b82ae |
children | 8aa44175b2ac |
files | src/prpl.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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" {