]> granicus.if.org Git - nethack/commitdiff
update beta #
authornhmall <mjnh@persona.ca>
Sun, 21 Jun 2015 19:51:40 +0000 (15:51 -0400)
committernhmall <mjnh@persona.ca>
Sun, 21 Jun 2015 19:51:40 +0000 (15:51 -0400)
I cut a new windows binary for one of the beta testers.

src/version.c

index 2b58cde87826c12fa408872e10f5799023a8f0ec..fb625980908a97893104f943c3088f9fa4b4e2fb 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 version.c       $NHDT-Date: 1434669434 2015/06/18 23:17:14 $  $NHDT-Branch: master $:$NHDT-Revision: 1.36 $ */
+/* NetHack 3.6 version.c       $NHDT-Date: 1434916287 2015/06/21 19:51:27 $  $NHDT-Branch: master $:$NHDT-Revision: 1.37 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
@@ -15,7 +15,7 @@
 #include "patchlevel.h"
 #endif
 
-#define BETA_INFO "Beta3"
+#define BETA_INFO "Beta4"
 
 STATIC_DCL void FDECL(insert_rtoptions, (winid,char *,const char *));