From 99ccfb402430682cb609d714e3910daad776cf8f Mon Sep 17 00:00:00 2001
From: tg <tg@mirbsd.org>
Date: Thu, 10 Jul 2008 21:55:08 +0000
Subject: [PATCH] bump versions (since we lowered the fd limit again)

---
 check.t | 4 ++--
 sh.h    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/check.t b/check.t
index 16edf59..35caa4e 100644
--- a/check.t
+++ b/check.t
@@ -1,4 +1,4 @@
-# $MirOS: src/bin/mksh/check.t,v 1.211 2008/07/10 21:25:00 tg Exp $
+# $MirOS: src/bin/mksh/check.t,v 1.212 2008/07/10 21:55:08 tg Exp $
 # $OpenBSD: bksl-nl.t,v 1.2 2001/01/28 23:04:56 niklas Exp $
 # $OpenBSD: history.t,v 1.5 2001/01/28 23:04:56 niklas Exp $
 # $OpenBSD: read.t,v 1.3 2003/03/10 03:48:16 david Exp $
@@ -7,7 +7,7 @@
 # http://www.research.att.com/~gsf/public/ifs.sh
 
 expected-stdout:
-	@(#)MIRBSD KSH R34 2008/07/09
+	@(#)MIRBSD KSH R35 2008/07/10
 description:
 	Check version of shell.
 stdin:
diff --git a/sh.h b/sh.h
index 9b4a04e..db0be15 100644
--- a/sh.h
+++ b/sh.h
@@ -100,9 +100,9 @@
 #define __SCCSID(x)	__IDSTRING(sccsid,x)
 
 #ifdef EXTERN
-__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.223 2008/07/10 18:48:02 tg Exp $");
+__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.224 2008/07/10 21:55:08 tg Exp $");
 #endif
-#define MKSH_VERSION "R34 2008/07/09"
+#define MKSH_VERSION "R35 2008/07/10"
 
 #ifndef MKSH_INCLUDES_ONLY