X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rln;a=blobdiff_plain;f=rln.h;h=6e2b0925d1164bbea5ff04a9643fcca155fbd613;hp=c3d39cf9c3a6da4b1aa81b1f350afc17dda808e6;hb=3901d045964d29104a80404b9285652889c3f5bd;hpb=822fb0b2350996a53d3a560dfd47110febc4f108 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 {