Merge branch 'NetHack-3.6-housekeeping-for-3.6.5' into NetHack-3.6

This commit is contained in:
nhmall
2020-01-14 21:58:55 -05:00
33 changed files with 111 additions and 85 deletions

View File

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