]> git.sur5r.net Git - cc65/commitdiff
Bump the version number of the generated debug file.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 7 Aug 2011 17:59:33 +0000 (17:59 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 7 Aug 2011 17:59:33 +0000 (17:59 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5129 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ld65/dbgfile.c

index b7869a6b117d706ce838e13437dd454a0106fd96..956dcdc229ee436e8ac100244956759d22cd5867 100644 (file)
@@ -82,7 +82,7 @@ static void AssignIds (void)
         /* Bump the base ids */
         SymBaseId     += CollCount (&O->DbgSyms);
         ScopeBaseId   += CollCount (&O->Scopes);
-    }         
+    }
 
     /* Assign the ids to the file infos */
     AssignFileInfoIds ();
@@ -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 ();