housekeeping: mark trunk sources 3.5 (misc)

This commit is contained in:
nethack.allison
2005-01-02 17:21:18 +00:00
parent 66cdbb6f0d
commit e9b022d579
168 changed files with 221 additions and 221 deletions

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)tile2bin.c 3.4 1995/01/26 */
/* SCCS Id: @(#)tile2bin.c 3.5 1995/01/26 */
/* Copyright (c) NetHack PC Development Team 1993, 1994, 1995 */
/* NetHack may be freely redistributed. See license for details. */
@@ -169,7 +169,7 @@ char *argv[];
# endif
strncpy(tibheader.ident,
"NetHack 3.4 MSDOS Port binary tile file", 80);
"NetHack 3.5 MSDOS Port binary tile file", 80);
strncpy(tibheader.timestamp, asctime(newtime), 24);
tibheader.timestamp[25] = '\0';
tibheader.tilecount = tilecount;