From: rich Date: Sat, 29 Sep 2007 16:05:10 +0000 (+0000) Subject: Update version X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=2ef2442658f010bbfcaa08954fe8451432308131;hp=6a3c61c79594897f2328e0e3f85aeca093c200b7;p=rrq%2Fjonesforth.git Update version --- diff --git a/jonesforth.S b/jonesforth.S index b7990e8..d0e933e 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 http://annexia.org/forth This is PUBLIC DOMAIN (see public domain release statement below). - $Id: jonesforth.S,v 1.38 2007-09-28 19:39:21 rich Exp $ + $Id: jonesforth.S,v 1.39 2007-09-29 16:05:10 rich Exp $ gcc -m32 -nostdlib -static -Wl,-Ttext,0 -o jonesforth jonesforth.S */ - .set JONES_VERSION,38 + .set JONES_VERSION,39 /* INTRODUCTION ----------------------------------------------------------------------