1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-29 06:30:30 +00:00

Bumped the object file version number.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4913 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2011-01-24 22:37:12 +00:00
parent a7bd3ad0db
commit 0f9ced267e

View File

@ -6,7 +6,7 @@
/* */
/* */
/* */
/* (C) 1998-2010, Ullrich von Bassewitz */
/* (C) 1998-2011, Ullrich von Bassewitz */
/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
@ -46,7 +46,7 @@
/* Defines for magic and version */
#define OBJ_MAGIC 0x616E7A55
#define OBJ_VERSION 0x000C
#define OBJ_VERSION 0x000D
/* Size of an object file header */
#define OBJ_HDR_SIZE (22*4)