Move the version numbers from the interface of the version module into a new
implementation. Allow for release candidates to be specified and disinguished. git-svn-id: svn://svn.cc65.org/cc65/trunk@4260 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -224,12 +224,11 @@ static void PrintPageHeader (FILE* F, const ListLine* L)
|
||||
|
||||
/* Print the header on the new page */
|
||||
fprintf (F,
|
||||
"ca65 V%u.%u.%u - %s\n"
|
||||
"ca65 V%s - %s\n"
|
||||
"Main file : %s\n"
|
||||
"Current file: %.*s\n"
|
||||
"\n",
|
||||
VER_MAJOR, VER_MINOR, VER_PATCH,
|
||||
Copyright,
|
||||
GetVersionAsString (), Copyright,
|
||||
InFile,
|
||||
(int) SB_GetLen (CurFile), SB_GetConstBuf (CurFile));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user