]> git.sur5r.net Git - cc65/commitdiff
Bump version number of generated debug info files.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 29 Jan 2011 22:19:37 +0000 (22:19 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 29 Jan 2011 22:19:37 +0000 (22:19 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4958 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ld65/dbgfile.c

index 6063dc759c44e54dade7307bcf2281ecaf146c03..ace32cb1e6a713ea3900a782ef6801563bbfe6e7 100644 (file)
@@ -65,7 +65,7 @@ void CreateDbgFile (void)
     }
 
     /* Output version information */
-    fprintf (F, "version\tmajor=1,minor=0\n");
+    fprintf (F, "version\tmajor=1,minor=1\n");
 
     /* Clear the debug sym table (used to detect duplicates) */
     ClearDbgSymTable ();