Mercurial > pidgin
changeset 10675:d0412fb74a28
[gaim-migrate @ 12216]
Richard Laager noticed this has been broken for a while. I don't think I need to changelog this anywhere since it should always have been working and no one should have hit it being broken yet anyway.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Wed, 09 Mar 2005 00:01:38 +0000 |
parents | 9aa1d4adf3e9 |
children | 22e08465c690 |
files | src/version.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/version.h Tue Mar 08 23:56:20 2005 +0000 +++ b/src/version.h Wed Mar 09 00:01:38 2005 +0000 @@ -28,7 +28,7 @@ #define GAIM_MINOR_VERSION 0 #define GAIM_MICRO_VERSION 0 -#define GAIM_VERSION_CHECK(x,y,z) ((x) == GAIM_MAJOR_VERSION && ((y) < GAIM_MINOR_VERSION || ((y) == GAIM_MINOR_VERSION && (z) <= GAIM_MICRO_VERSION)) +#define GAIM_VERSION_CHECK(x,y,z) ((x) == GAIM_MAJOR_VERSION && ((y) < GAIM_MINOR_VERSION || ((y) == GAIM_MINOR_VERSION && (z) <= GAIM_MICRO_VERSION))) #ifdef __cplusplus extern "C" {