comparison src/version.h @ 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 5ad2e205f3ab
children
comparison
equal deleted inserted replaced
10674:9aa1d4adf3e9 10675:d0412fb74a28
26 26
27 #define GAIM_MAJOR_VERSION 2 27 #define GAIM_MAJOR_VERSION 2
28 #define GAIM_MINOR_VERSION 0 28 #define GAIM_MINOR_VERSION 0
29 #define GAIM_MICRO_VERSION 0 29 #define GAIM_MICRO_VERSION 0
30 30
31 #define GAIM_VERSION_CHECK(x,y,z) ((x) == GAIM_MAJOR_VERSION && ((y) < GAIM_MINOR_VERSION || ((y) == GAIM_MINOR_VERSION && (z) <= GAIM_MICRO_VERSION)) 31 #define GAIM_VERSION_CHECK(x,y,z) ((x) == GAIM_MAJOR_VERSION && ((y) < GAIM_MINOR_VERSION || ((y) == GAIM_MINOR_VERSION && (z) <= GAIM_MICRO_VERSION)))
32 32
33 #ifdef __cplusplus 33 #ifdef __cplusplus
34 extern "C" { 34 extern "C" {
35 #endif 35 #endif
36 36