From: uz Date: Sat, 29 Jan 2011 22:19:37 +0000 (+0000) Subject: Bump version number of generated debug info files. X-Git-Tag: V2.13.3~502 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a6e099e9ac887ea5f34046b73fb144f0e117a75b;p=cc65 Bump version number of generated debug info files. git-svn-id: svn://svn.cc65.org/cc65/trunk@4958 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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 ();