X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rln;a=blobdiff_plain;f=rln.h;h=75d6bb3f033c93fcf93da3801a22f1a2aac53176;hp=34e8d6c3a020ffc7cdc6498a8af6d8c593a6d156;hb=459661e27fa46d47b460ad13737a0dedd5d10fe2;hpb=2b769046ebabf1dd239ff670cdf93737da86d72f diff --git a/rln.h b/rln.h index 34e8d6c..75d6bb3 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-2015 Reboot & Friends +// Copyright (C) 199x Allan K. Pratt, 2011-2018 Reboot & Friends // #ifndef __RLN_H__ @@ -43,8 +43,8 @@ #endif #define MAJOR 1 // Major version number -#define MINOR 5 // Minor version number -#define PATCH 2 // Patch release number +#define MINOR 6 // Minor version number +#define PATCH 4 // 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 {