diff --git a/src/ld65/dbgfile.c b/src/ld65/dbgfile.c index 6063dc759..ace32cb1e 100644 --- a/src/ld65/dbgfile.c +++ b/src/ld65/dbgfile.c @@ -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 ();