update some version bits

This commit is contained in:
nhmall
2020-01-28 19:09:40 -05:00
parent 9f06c0139e
commit 82bfec24f9
15 changed files with 41 additions and 41 deletions

View File

@@ -1170,7 +1170,7 @@ boolean fullsubs; /* True -> full substitution for file name, False ->
else
Strcpy(tmpbuf, "{current date+time}");
break;
case 'v': /* version, eg. "3.6.5-0" */
case 'v': /* version, eg. "3.7.0-0" */
Sprintf(tmpbuf, "%s", version_string(verbuf));
break;
case 'u': /* UID */