diff -r 63b8e93a3a52 -r f09d5edfc7a3 include/SDL_version.h --- a/include/SDL_version.h Fri Apr 01 15:19:26 2005 +0000 +++ b/include/SDL_version.h Sun Apr 17 10:16:30 2005 +0000 @@ -65,7 +65,7 @@ This assumes that there will never be more than 100 patchlevels */ #define SDL_VERSIONNUM(X, Y, Z) \ - (X)*1000 + (Y)*100 + (Z) + ((X)*1000 + (Y)*100 + (Z)) /* This is the version number macro for the current SDL version */ #define SDL_COMPILEDVERSION \