X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rln;a=blobdiff_plain;f=rln.h;h=b29cedaa5cbac819ca0049ece399c8e367732ff7;hp=2e2946387d631bb1aa821d0ea70536594020f6a7;hb=65c5194d321a3a7ae8abc9ca1e34202788734801;hpb=8cffb87a807c541dd9d05a89328d095e79d8fcf2 diff --git a/rln.h b/rln.h index 2e29463..b29ceda 100644 --- a/rln.h +++ b/rln.h @@ -52,15 +52,15 @@ #define MAJOR 1 // Major version number #define MINOR 3 // Minor version number -#define PATCH 1 // Patch release number +#define PATCH 4 // Patch release number #ifdef WIN32 -#define PLATFORM "Win32" // Release platform - Windows +#define PLATFORM "Win32" // Release platform - Windows #else #ifdef __GCCUNIX__ -#define PLATFORM "OSX/Linux" // Release platform - MAC OSX or Linux +#define PLATFORM "OSX/Linux" // Release platform - MAC OSX or Linux #else -#define PLATFORM "Unknown" // Release platform - Not Specified +#define PLATFORM "Unknown" // Release platform - Not Specified #endif #endif