diff 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
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" {