]> Shamusworld >> Repos - rln/blobdiff - rln.h
Version bump for latest patches.
[rln] / rln.h
diff --git a/rln.h b/rln.h
index 75d6bb3f033c93fcf93da3801a22f1a2aac53176..8409102d6a4404ba42ce447f1f352d9cb0da4c42 100644 (file)
--- 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   4                      // Patch release number
+#define MINOR   7                      // Minor version number
+#define PATCH   1                      // Patch release number
 
 #ifdef WIN32
 #define PLATFORM     "Win32"           // Release platform - Windows
@@ -68,7 +68,7 @@
 #define OST_BLOCK    0x400000          // Output symbol table block (4MB)
 #define DSTSEG_D     1                         // Include file destination seg (DATA)
 #define DSTSEG_T     2                         // Include file destination seg (TEXT)
-#define MAXARGS      256                       // Max number of args in a command file
+#define MAXARGS      4096                      // Max number of args in a command file
 
 // Headers