]> granicus.if.org Git - nethack/commitdiff
prepare repository for new major version
authornhmall <nhmall@nethack.org>
Sat, 28 Apr 2018 16:17:48 +0000 (12:17 -0400)
committernhmall <nhmall@nethack.org>
Sat, 28 Apr 2018 16:17:48 +0000 (12:17 -0400)
doc/fixes37.0 [new file with mode: 0644]
include/global.h
include/patchlevel.h

diff --git a/doc/fixes37.0 b/doc/fixes37.0
new file mode 100644 (file)
index 0000000..f8cde94
--- /dev/null
@@ -0,0 +1,28 @@
+$NHDT-Branch: master $:$NHDT-Revision: 1.0 $ $NHDT-Date: 1524932114 2018/04/28 16:15:14 $
+
+General Fixes and Modified Features
+-----------------------------------
+
+
+Fixes to Post-3.7.0 Problems that Were Exposed Via git Repository
+------------------------------------------------------------------
+
+
+Platform- and/or Interface-Specific Fixes
+-----------------------------------------
+
+
+General New Features
+--------------------
+
+
+Platform- and/or Interface-Specific New Features
+------------------------------------------------
+
+
+NetHack Community Patches (or Variation) Included
+-------------------------------------------------
+
+
+Code Cleanup and Reorganization
+-------------------------------
index 1fc57f8827e25be4fedc94bd9ae824fee091b79a..a30695052f513fba58c6062a5d11686ee815987f 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 global.h        $NHDT-Date: 1524690661 2018/04/25 21:11:01 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.51 $ */
+/* NetHack 3.7 global.h        $NHDT-Date: 1524932256 2018/04/28 16:17:36 $  $NHDT-Branch: master $:$NHDT-Revision: 1.53 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Michael Allison, 2006. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -8,7 +8,7 @@
 
 #include <stdio.h>
 
-/* #define BETA  */ /* development or beta testing [MRS] */
+#define BETA   /* development or beta testing [MRS] */
 
 #define DEBUG 
 
index e5862294335beaa0730c88799f4fb922040df8db..be47af3b66842b80fabd756b9610a575369fd6ee 100644 (file)
@@ -1,15 +1,15 @@
-/* NetHack 3.6 patchlevel.h    $NHDT-Date: 1524931630 2018/04/28 16:07:10 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.121 $ */
+/* NetHack 3.6 patchlevel.h    $NHDT-Date: 1524932262 2018/04/28 16:17:42 $  $NHDT-Branch: master $:$NHDT-Revision: 1.122 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Michael Allison, 2012. */
 /* NetHack may be freely redistributed.  See license for details. */
 
-/* NetHack 3.6.x */
+/* NetHack 3.7.x */
 #define VERSION_MAJOR 3
-#define VERSION_MINOR 6
+#define VERSION_MINOR 7
 /*
  * PATCHLEVEL is updated for each release.
  */
-#define PATCHLEVEL 2
+#define PATCHLEVEL 0
 /*
  * Incrementing EDITLEVEL can be used to force invalidation of old bones
  * and save files.
 #define VERSION_COMPATIBILITY 0x03060002L
 
 /****************************************************************************/
-/* Version 3.6.x */
+/* Version 3.7.x */
 
-/*  Patch 2, <insert date here>
- *  
+/*
+ *  NetHack 3.7.0, <insert date>
+ *
  */
 
+/****************************************************************************/
+/* Version 3.6.x */
+
 /*  Patch 1, April 27, 2018
  *  Over four hundred and seventy bug fixes and improvements.
  */