Merge branch 'housekeeping-to-merge-at-3.6.4-release' into NetHack-3.6

This commit is contained in:
nhmall
2019-12-17 14:19:20 -05:00
34 changed files with 106 additions and 108 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.3-0" */
case 'v': /* version, eg. "3.6.4-0" */
Sprintf(tmpbuf, "%s", version_string(verbuf));
break;
case 'u': /* UID */