X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=rln.h;h=5b45bed9712056894b5a28e21a4b65e98d9bbe42;hb=a839b5e1b42ccc20bc7a0960c79c6916415adffb;hp=ac7e20a9ca2d4b99adf314aac18fc13c227cd25b;hpb=fd9ba5f319362722d3483da67d987c38cd4b59b7;p=rln diff --git a/rln.h b/rln.h index ac7e20a..5b45bed 100644 --- a/rln.h +++ b/rln.h @@ -1,6 +1,6 @@ // -// RLN - Reboot's Linker for the Atari Jaguar console system -// Copyright (C) 199x Allan K. Pratt, 2011-2018 Reboot & Friends +// RLN - Renamed Linker for the Atari Jaguar console system +// Copyright (C) 199x Allan K. Pratt, 2011-2021 Reboot & Friends // #ifndef __RLN_H__ @@ -43,8 +43,8 @@ #endif #define MAJOR 1 // Major version number -#define MINOR 6 // Minor version number -#define PATCH 2 // Patch release number +#define MINOR 7 // Minor version number +#define PATCH 0 // 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 {