mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Increment version number of object files
The previous change has broken compatibility of object files, so it is needed to increment the version number to make the linker reject files generated with the old code. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
@@ -336,8 +336,7 @@ obj_ReadOpenFile(FILE * pObjfile, char *tzObjectfile)
|
||||
tzHeader[4] = 0;
|
||||
if (strncmp(tzHeader, "RGB", 3) == 0) {
|
||||
switch (tzHeader[3]) {
|
||||
case '3':
|
||||
case '4': // V4 supports OAM sections, but is otherwise identical
|
||||
case '5':
|
||||
obj_ReadRGB(pObjfile);
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user