Just comment updates
authorrich <rich>
Wed, 26 Sep 2007 22:50:19 +0000 (22:50 +0000)
committerrich <rich>
Wed, 26 Sep 2007 22:50:19 +0000 (22:50 +0000)
jonesforth.S

index 681f9a8..82de8dc 100644 (file)
@@ -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.33 2007-09-26 22:47:49 rich Exp $
+       $Id: jonesforth.S,v 1.34 2007-09-26 22:50:19 rich Exp $
 
        gcc -m32 -nostdlib -static -Wl,-Ttext,0 -o jonesforth jonesforth.S
 */
-       .set JONES_VERSION,32
+       .set JONES_VERSION,33
 /*
        INTRODUCTION ----------------------------------------------------------------------