]> granicus.if.org Git - nethack/commitdiff
update some version bits
authornhmall <nhmall@nethack.org>
Wed, 29 Jan 2020 00:09:40 +0000 (19:09 -0500)
committernhmall <nhmall@nethack.org>
Wed, 29 Jan 2020 00:09:40 +0000 (19:09 -0500)
15 files changed:
src/windows.c
sys/atari/.gitattributes
sys/be/.gitattributes
sys/os2/.gitattributes
sys/share/.gitattributes
sys/unix/sysconf
sys/wince/.gitattributes
sys/wince/ceinc/.gitattributes
sys/wince/winhack.rc
sys/wince/winhcksp.rc
sys/winnt/Install.nt
sys/winnt/nethack.def
win/gem/.gitattributes
win/gnome/.gitattributes
win/win32/mswproc.c

index 89d1cd7fa82f7a1e95e9cc04462257f6f20616cc..1b26ccc67829cbb0fb50577caf475816382c1893 100644 (file)
@@ -1170,7 +1170,7 @@ boolean fullsubs; /* True -> full substitution for file name, False ->
                 else
                     Strcpy(tmpbuf, "{current date+time}");
                 break;
-            case 'v': /* version, eg. "3.6.5-0" */
+            case 'v': /* version, eg. "3.7.0-0" */
                 Sprintf(tmpbuf, "%s", version_string(verbuf));
                 break;
             case 'u': /* UID */
index 1e69c8203e989774e1afa35bcaafbb704865d64e..db7b2721002ef01499c6a1cb679d6093f74d2c24 100644 (file)
@@ -1 +1 @@
-* NH_filestag=(file%s_for_Atari_version_-_untested_for_3.6.5)
+* NH_filestag=(file%s_for_Atari_version_-_untested_for_3.7)
index cfd3b075295c801b039eb8215df7237ff0047284..38ec7931edf249b30acc465edcde276e0e097dd0 100644 (file)
@@ -1 +1 @@
-* NH_filestag=(file%s_for_BeOS_version_-_untested_for_3.6.5)
+* NH_filestag=(file%s_for_BeOS_version_-_untested_for_3.7)
index 79916bd7743d9a77336c8775eb1412ebaa7e5030..4041868ff6bad1c6dc4313382def4df3aa5a43d3 100644 (file)
@@ -1,2 +1,2 @@
 Makefile.* NHSUBST
-* NH_filestag=(file%s_for_OS/2_version_-_untested_for_3.6.5)
+* NH_filestag=(file%s_for_OS/2_version_-_untested_for_3.7)
index 6a04d25b375ebed1c91165a2941d40313ec077c7..2c54f8378739e46e2892b3f48afd289007952a8e 100644 (file)
@@ -5,16 +5,16 @@ dgn_comp.h NH_header=no
 lev_comp.h NH_header=no
 Makefile.lib NH_header=no
 
-Makefile.lib   NH_filestag=(file%s_for_MSDOS_and_OS/2_versions_-_untested_for_3.6.5)
-#termcap.uu NH_filestag=(file%s_for_MSDOS_and_OS/2_versions_-_untested_for_3.6.5)
+Makefile.lib   NH_filestag=(file%s_for_MSDOS_and_OS/2_versions_-_untested_for_3.7)
+#termcap.uu NH_filestag=(file%s_for_MSDOS_and_OS/2_versions_-_untested_for_3.7)
 termcap.uu     NH_filestag=>Makefile.lib
 
-pcmain.c       NH_filestag=(file_for_MSDOS,_OS/2,_Amiga,_and_Atari_versions_-_untested_for_3.6.5)
+pcmain.c       NH_filestag=(file_for_MSDOS,_OS/2,_Amiga,_and_Atari_versions_-_untested_for_3.7)
 
-pcsys.c                NH_filestag=(file%s_for_MSDOS,_OS/2_and_Atari_versions_-_tested_on_MSDOS_for_3.6.5_via_partial_cross-compile_only)
+pcsys.c                NH_filestag=(file%s_for_MSDOS,_OS/2_and_Atari_versions_-_tested_on_MSDOS_for_3.7_via_partial_cross-compile_only)
 pcunix.c       NH_filestag=>pcsys.c
 
-NetHack.cnf    NH_filestag=(file_for_MSDOS,_OS/2,_and_Atari_versions_-_untested_for_3.6.5)
+NetHack.cnf    NH_filestag=(file_for_MSDOS,_OS/2,_and_Atari_versions_-_untested_for_3.7)
 pctty.c                NH_filestag=>NetHack.cnf
 
 ioctl.c                NH_filestag=(file%s_for_UNIX_and_Be_versions)
index 9b2075dbcb3fb260e148bbee90104c86d4444d56..c42a164a91f772c91597c86dd57d5b918cc338e6 100644 (file)
@@ -95,7 +95,7 @@ MAXPLAYERS=10
 # Only available if NetHack was compiled with DUMPLOG
 # Allows following placeholders:
 #   %% literal '%'
-#   %v version (eg. "3.6.5-0")
+#   %v version (eg. "3.7.0-0")
 #   %u game UID
 #   %t game start time, UNIX timestamp format
 #   %T current time, UNIX timestamp format
index 5939c3e4c89000dc9eda6e8e26ac601e2f9e95a7..0742a1d0280ef08994d2497d30eecb323b0017c9 100644 (file)
@@ -1,4 +1,4 @@
 *.ce NHSUBST
 *.mak NHSUBST
 *.bat NHSUBST
-* NH_filestag=(file%s_for_Windows_CE_and_PocketPC_-_untested_for_3.6.5)
+* NH_filestag=(file%s_for_Windows_CE_and_PocketPC_-_untested_for_3.7)
index e22da34ef942e35d8238326cb773e235141d5245..26a22a17d0fa07560d253b9ce6d49be9b6642c71 100644 (file)
@@ -1 +1 @@
-* NH_filestag=(header_file%s_for_Windows_CE_and_PocketPC_-_untested_for_3.6.5)
+* NH_filestag=(header_file%s_for_Windows_CE_and_PocketPC_-_untested_for_3.7)
index a844d5b2c5168f830ca2c984170a7d9219465019..504cc228e9babcb12e105451a67ab5023b99ea9a 100644 (file)
@@ -284,8 +284,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,6,5,0
- PRODUCTVERSION 3,6,5,0
+ FILEVERSION 3,7,0,0
+ PRODUCTVERSION 3,7,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x9L
@@ -300,17 +300,17 @@ BEGIN
     BEGIN
         BLOCK "040904b0"
         BEGIN
-            VALUE "Comments", "NetHack 3.6.5 for Windows CE\0"
+            VALUE "Comments", "NetHack 3.7.0 for Windows CE\0"
             VALUE "CompanyName", " \0"
             VALUE "FileDescription", "nethackm\0"
-            VALUE "FileVersion", "3, 6, 5, 0\0"
+            VALUE "FileVersion", "3, 7, 0, 0\0"
             VALUE "InternalName", "nethackm\0"
             VALUE "LegalCopyright", "Copyright © 1985-2020\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "nethackm.exe\0"
             VALUE "PrivateBuild", "090914\0"
             VALUE "ProductName", "NetHack\0"
-            VALUE "ProductVersion", "3, 6, 5, 0\0"
+            VALUE "ProductVersion", "3, 7, 0, 0\0"
             VALUE "SpecialBuild", "\0"
         END
     END
index 377c8e6da9ae5fc5cb216a236c8d81ce449a63c7..959fba59c22357dd64cf4aadeeec2d15ed0f3336 100644 (file)
@@ -260,8 +260,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,6,5,0
- PRODUCTVERSION 3,6,5,0
+ FILEVERSION 3,7,0,0
+ PRODUCTVERSION 3,7,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x9L
@@ -276,17 +276,17 @@ BEGIN
     BEGIN
         BLOCK "040904b0"
         BEGIN
-            VALUE "Comments", "NetHack 3.6.5 for Smartphone 2002\0"
+            VALUE "Comments", "NetHack 3.7.0 for Smartphone 2002\0"
             VALUE "CompanyName", " \0"
             VALUE "FileDescription", "nethackm\0"
-            VALUE "FileVersion", "3, 6, 5, 0\0"
+            VALUE "FileVersion", "3, 7, 0, 0\0"
             VALUE "InternalName", "nethackm\0"
             VALUE "LegalCopyright", "Copyright © 1985-2020\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "nethackm.exe\0"
             VALUE "PrivateBuild", "090914\0"
             VALUE "ProductName", "NetHack For Smartphone\0"
-            VALUE "ProductVersion", "3, 6, 5, 0\0"
+            VALUE "ProductVersion", "3, 7, 0, 0\0"
             VALUE "SpecialBuild", "\0"
         END
     END
index 2c50a4ed29a1edc32efb17b21c7d6278e4adb771..4eb5d1348dd58278cae92cc42a7d8f096b160689 100644 (file)
@@ -1,8 +1,8 @@
-         Copyright (c) NetHack Development Team 1990-2019
+         Copyright (c) NetHack Development Team 1990-2020
          NetHack may be freely redistributed.  See license for details.
          ==============================================================
                   Instructions for compiling and installing
-                       NetHack 3.6 on a Windows system
+                       NetHack 3.7 on a Windows system
                        (Windows 7/8.x/10 or later only)
          ==============================================================
           Last revision: $NHDT-Date: 1575245156 2019/12/02 00:05:56 $
@@ -16,7 +16,7 @@ contributed the port.
 
 Alex Kompel, Dion Nicolaas, Yitzhak Sapir, Derek S. Ray, Michael Allison,
 Pasi Kallinen, Bart House, and Janet Walz contributed to the maintainance
-of the tty and graphical windows versions of NetHack 3.6.5.
+of the tty and graphical windows versions of NetHack 3.7.0.
 
 You can build a TTY version of NetHack and a Windows Graphical 
 version.  You can use one of the following build environments:
@@ -26,7 +26,7 @@ version.  You can use one of the following build environments:
 
     OR
 
-  o (Untested for 3.6) A copy of MinGW. MinGW is a collection of header 
+  o (Untested for 3.7) A copy of MinGW. MinGW is a collection of header 
     files and import libraries with which native Windows32 programs 
     can be built; the MinGW distribution contains the GNU Compiler 
     Collection. You can download MinGW at
@@ -39,17 +39,17 @@ version.  You can use one of the following build environments:
 \---------------------------------------------/
 
                                                                  
-                 (NetHack-top) ----------------------(optional-pdcurses-top)
-                       |                                        |
-  ----------------------------------------------          --------------
-  |     |     |        |      |     |          |          |            |
- util  dat   doc    include  src   sys        win      pdcurses      wincon 
-                                    |          |
-                                 ------    -------- 
-                                 |    |    |      |
-                             share  winnt tty   win32
+               (NetHack-top)
+                     |
+  +-----+-----+------+------+-----+----------+---------~---------+
+  |     |     |      |      |     |          |                   |
+ util  dat   doc  include  src   sys        win                 lib (external)
+                                    |          |                 |
+                                 +----+    +------+        +-----------+
+                                 |    |    |      |        |           |
+                             share  winnt tty   win32  Lua-5.3.5    pdcurses
                                                   |
-                                                vs2017
+                                               vs2017
 
  
 /--------------------------------------------------------\
@@ -151,7 +151,7 @@ a 32-bit x86 version, or a 64-bit x64 version.  The default Makefile
 is set up for a 32-bit x86 version, but that's only because it will 
 run on the most number of existing Windows environments.
 
-NetHack's save files and bones files in the 3.6.5 release have not yet
+NetHack's save files and bones files in the 3.7.0 release have not yet
 evolved enough to allow them to interchange between the 32-bit version 
 and the 64-bit version (or between different platforms). Hopefully
 that will change in an upcoming release.
index 91adc4ec00bf06c8b0c9d5f423562800ccf8aaf2..3bb31c60ac4b5d9f31fdb775fee14b62f2c0c844 100644 (file)
@@ -1,5 +1,5 @@
 NAME           NETHACK
-DESCRIPTION    'NetHack 3.6.5 for Windows'
+DESCRIPTION    'NetHack 3.7.0 for Windows'
 EXETYPE                WINDOWS
 STUB           'WINSTUB.EXE'
 CODE           PRELOAD MOVEABLE DISCARDABLE
index f39d641173f31ce44bd9dda70ac16d4a49d40553..303f8dfcc91eb6ebabb2922382e534d8e3537d17 100644 (file)
@@ -1 +1 @@
-* NH_filestag=(file%s_for_GEM_versions_-_untested_for_3.6.5)
+* NH_filestag=(file%s_for_GEM_versions_-_untested_for_3.7)
index 11c09ee8a1d2b8fbfbe246b9f932216febf498fb..b5ad839b87fc7a09566134bf71d500c80cc7258b 100644 (file)
@@ -1 +1 @@
-* NH_filestag=(file%s_for_GNOME_versions_-_untested_for_3.6.5)
+* NH_filestag=(file%s_for_GNOME_versions_-_untested_for_3.7)
index 2c21537357147beaf1c1d5bc6ad752ebb407d2d2..b4df786f83ebe3c520d6ad8af38cf0be880b7342 100644 (file)
@@ -2318,7 +2318,7 @@ logDebug(const char *fmt, ...)
 /* Reading and writing settings from the registry. */
 #define CATEGORYKEY "Software"
 #define COMPANYKEY "NetHack"
-#define PRODUCTKEY "NetHack 3.6.5"
+#define PRODUCTKEY "NetHack 3.7.0"
 #define SETTINGSKEY "Settings"
 #define MAINSHOWSTATEKEY "MainShowState"
 #define MAINMINXKEY "MainMinX"