From c1a5895f3a7e5ee2e43b3ec94da067152ecd0301 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 5 Dec 2015 10:09:28 -0500 Subject: [PATCH] Release prep step - set BETA_INFO to empty string Changes to be committed: modified: src/version.c --- src/version.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.c b/src/version.c index 76492bb80..97c8d0321 100644 --- a/src/version.c +++ b/src/version.c @@ -1,4 +1,4 @@ -/* NetHack 3.6 version.c $NHDT-Date: 1446887538 2015/11/07 09:12:18 $ $NHDT-Branch: master $:$NHDT-Revision: 1.40 $ */ +/* NetHack 3.6 version.c $NHDT-Date: 1449328116 2015/12/05 15:08:36 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.41 $ */ /* 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 "Beta5" +#define BETA_INFO "" STATIC_DCL void FDECL(insert_rtoptions, (winid,char *,const char *)); -- 2.40.0