From 66c56998125f3ac265a3a1df9821fd52cfeee8cc Mon Sep 17 00:00:00 2001
From: rich <rich>
Date: Fri, 11 Sep 2009 08:33:13 +0000
Subject: [PATCH] Version 47

---
 jonesforth.S | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jonesforth.S b/jonesforth.S
index c7f777c..45e6e85 100644
--- a/jonesforth.S
+++ b/jonesforth.S
@@ -1,11 +1,11 @@
 /*	A sometimes minimal FORTH compiler and tutorial for Linux / i386 systems. -*- asm -*-
 	By Richard W.M. Jones <rich@annexia.org> http://annexia.org/forth
 	This is PUBLIC DOMAIN (see public domain release statement below).
-	$Id: jonesforth.S,v 1.46 2009-09-11 08:32:32 rich Exp $
+	$Id: jonesforth.S,v 1.47 2009-09-11 08:33:13 rich Exp $
 
 	gcc -m32 -nostdlib -static -Wl,-Ttext,0 -Wl,--build-id=none -o jonesforth jonesforth.S
 */
-	.set JONES_VERSION,45
+	.set JONES_VERSION,47
 /*
 	INTRODUCTION ----------------------------------------------------------------------
 
-- 
2.39.5