Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-12-17 14:39:15 -05:00
28 changed files with 102 additions and 78 deletions

View File

@@ -1155,7 +1155,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 */