From 993ea2e41fa68bea27184bb49c6dbd468b3c3b80 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 21 Jun 2015 15:51:40 -0400 Subject: [PATCH] update beta # I cut a new windows binary for one of the beta testers. --- src/version.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.c b/src/version.c index 2b58cde87..fb6259809 100644 --- a/src/version.c +++ b/src/version.c @@ -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 *));