X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=rln.h;h=5b45bed9712056894b5a28e21a4b65e98d9bbe42;hb=a839b5e1b42ccc20bc7a0960c79c6916415adffb;hp=c3d39cf9c3a6da4b1aa81b1f350afc17dda808e6;hpb=822fb0b2350996a53d3a560dfd47110febc4f108;p=rln diff --git a/rln.h b/rln.h index c3d39cf..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 1 // 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 {