]> git.sur5r.net Git - cc65/blobdiff - src/ld65/dbgfile.c
Mark the symbol that is the name of a scope with the size of that scope
[cc65] / src / ld65 / dbgfile.c
index ace32cb1e6a713ea3900a782ef6801563bbfe6e7..8cde4ab66745318bc16014fa189178e14fb63eba 100644 (file)
@@ -65,7 +65,7 @@ void CreateDbgFile (void)
     }
 
     /* Output version information */
-    fprintf (F, "version\tmajor=1,minor=1\n");
+    fprintf (F, "version\tmajor=1,minor=2\n");
 
     /* Clear the debug sym table (used to detect duplicates) */
     ClearDbgSymTable ();