mirror of
https://github.com/cc65/cc65.git
synced 2025-08-12 17:25:11 +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:
@@ -82,7 +82,7 @@ static void AssignIds (void)
|
|||||||
/* Bump the base ids */
|
/* Bump the base ids */
|
||||||
SymBaseId += CollCount (&O->DbgSyms);
|
SymBaseId += CollCount (&O->DbgSyms);
|
||||||
ScopeBaseId += CollCount (&O->Scopes);
|
ScopeBaseId += CollCount (&O->Scopes);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Assign the ids to the file infos */
|
/* Assign the ids to the file infos */
|
||||||
AssignFileInfoIds ();
|
AssignFileInfoIds ();
|
||||||
@@ -100,7 +100,7 @@ void CreateDbgFile (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Output version information */
|
/* 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 */
|
/* Assign the ids to the items */
|
||||||
AssignIds ();
|
AssignIds ();
|
||||||
|
Reference in New Issue
Block a user