X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=rln.h;h=6e2b0925d1164bbea5ff04a9643fcca155fbd613;hb=e0c5bd18176b70031fd7fce877c6ca1d8b093a8c;hp=c3d39cf9c3a6da4b1aa81b1f350afc17dda808e6;hpb=822fb0b2350996a53d3a560dfd47110febc4f108;p=rln diff --git a/rln.h b/rln.h index c3d39cf..6e2b092 100644 --- a/rln.h +++ b/rln.h @@ -44,7 +44,7 @@ #define MAJOR 1 // Major version number #define MINOR 6 // Minor version number -#define PATCH 1 // Patch release number +#define PATCH 3 // Patch release number #ifdef WIN32 #define PLATFORM "Win32" // Release platform - Windows @@ -81,6 +81,7 @@ // Rather than rely on dodgy compilers for something that's now a C99 standard, // let's do this: #include +#include struct OHEADER {