Version number increment

This commit is contained in:
karnov
2015-05-06 22:04:27 -04:00
parent 39fcd6459c
commit 2a907f894e
515 changed files with 1015 additions and 1015 deletions

View File

@@ -51,7 +51,7 @@
Note that code compiled for OS/2 versions 1.0-1.3 runs unmodified in OS/2
versions 2.0 and up. In principle it should be possible to cross compile
NetHack 3.5 for OS/2 in DOS using NDMAKE and MSC, but this is not
NetHack 3.6 for OS/2 in DOS using NDMAKE and MSC, but this is not
recommended (see note 3).
If you're using some other compiler than one listed above, you will have

View File

@@ -1,6 +1,6 @@
# NetHack 3.5 Makefile.os2 $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
# NetHack 3.5 Makefile.os2 $Date: 2012/01/10 17:47:28 $ $Revision: 1.16 $
# OS/2 NetHack 3.5 Makefile for OS/2 versions 1.x and 2.x
# NetHack 3.6 Makefile.os2 $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
# NetHack 3.6 Makefile.os2 $Date: 2012/01/10 17:47:28 $ $Revision: 1.16 $
# OS/2 NetHack 3.6 Makefile for OS/2 versions 1.x and 2.x
# Copyright (C) 1990, 1991, 1992, 1993, 1996 Timo Hakulinen
#
# Several compilers exist for OS/2 but, currently only GCC emx is tested
@@ -185,7 +185,7 @@ RLIBP = c:\emx\lib # Possible real mode C libraries
#
GAME = nethack
GAMEDES = "NetHack 3.5.0"
GAMEDES = "NetHack 3.6.0"
#
# The uppermost two lines for MSC, the middle two for GCC, and

View File

@@ -1,5 +1,5 @@
/* NetHack 3.5 os2.c $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */
/* NetHack 3.5 os2.c $Date: 2009/05/06 10:50:12 $ $Revision: 1.5 $ */
/* NetHack 3.6 os2.c $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */
/* NetHack 3.6 os2.c $Date: 2009/05/06 10:50:12 $ $Revision: 1.5 $ */
/* SCCS Id: @(#)os2.c 3.5 1996/02/29 */
/* Copyright (c) Timo Hakulinen, 1990, 1991, 1992, 1993, 1996. */
/* NetHack may be freely redistributed. See license for details. */