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,6 +1,6 @@
Hi,
This is nethack3.4.1 for Atari Gem and tty
This is nethack3.5.0 for Atari Gem and tty
Windowing System.
It is by far not complete or perfect.

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gr_rect.c 3.4 2001/12/10 */
/* SCCS Id: @(#)gr_rect.c 3.5 2001/12/10 */
/* Copyright (c) Christian Bressler, 2001 */
/* NetHack may be freely redistributed. See license for details. */
/* This is an almost exact copy of qt_clust.cpp */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)wingem.c 3.4 1999/12/10 */
/* SCCS Id: @(#)wingem.c 3.5 1999/12/10 */
/* Copyright (c) Christian Bressler, 1999 */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)wingem1.c 3.4 1999/12/10 */
/* SCCS Id: @(#)wingem1.c 3.5 1999/12/10 */
/* Copyright (c) Christian Bressler 1999 */
/* NetHack may be freely redistributed. See license for details. */
@@ -42,7 +42,7 @@ typedef signed char xchar;
#undef NDECL
#undef FDECL
static char nullstr[]="", md[]="NetHack 3.4.2", strCancel[]="Cancel", strOk[]="Ok", strText[]="Text";
static char nullstr[]="", md[]="NetHack 3.5.0", strCancel[]="Cancel", strOk[]="Ok", strText[]="Text";
extern winid WIN_MESSAGE, WIN_MAP, WIN_STATUS, WIN_INVEN;

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)xpm2img.c 3.4 2002/03/17 */
/* SCCS Id: @(#)xpm2img.c 3.5 2002/03/17 */
/* Copyright (c) Christian Bressler 2002 */
/* NetHack may be freely redistributed. See license for details. */
/* This is mainly a reworked tile2bmp.c + xpm2iff.c -- Marvin */