1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00

Bump the version number of the generated debug file.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5129 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2011-08-07 17:59:33 +00:00
parent 17e9b81045
commit c19491035b

View File

@ -100,7 +100,7 @@ void CreateDbgFile (void)
}
/* Output version information */
fprintf (F, "version\tmajor=1,minor=2\n");
fprintf (F, "version\tmajor=2,minor=0\n");
/* Assign the ids to the items */
AssignIds ();