Skip to content

Commit 4a5cf1c

Browse files
author
ESL
committed
version update
1 parent 9f9b44c commit 4a5cf1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

siof.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6005,7 +6005,7 @@ case 0: /* load module */
60056005
{ /* cons */
60066006
hreserve(hbsz(3), 0); /* 0 live regs */
60076007
*--hp = (mknull());
6008-
*--hp = (mksymbol(internsym("siof-1.0.1")));
6008+
*--hp = (mksymbol(internsym("siof-1.0.2")));
60096009
*--hp = obj_from_size(PAIR_BTAG);
60106010
r[0] = (hendblk(3)); }
60116011
{ /* cons */
@@ -7247,15 +7247,15 @@ case 0: /* load module */
72477247
*--hp = (mksymbol(internsym("import")));
72487248
*--hp = obj_from_size(PAIR_BTAG);
72497249
cx__2311233 = (hendblk(3)); }
7250-
cx__2311241 = (hpushstr(0, newstring("SIOF Scheme Interpreter 1.0.1~%")));
7250+
cx__2311241 = (hpushstr(0, newstring("SIOF Scheme Interpreter 1.0.2~%")));
72517251
cx__2311247 = (hpushstr(0, newstring("; returning to top level~%")));
72527252
cx__2311250 = (hpushstr(0, newstring("> ")));
72537253
cx__2311255 = (hpushstr(0, newstring("~%")));
72547254
cx__2311261 = (hpushstr(0, newstring("-L path add path to library search path list~%")));
72557255
cx__2311262 = (hpushstr(0, newstring("-x exit after loading files on the command line~%")));
72567256
cx__2311263 = (hpushstr(0, newstring("-q suppress greeting~%")));
72577257
cx__2311264 = (hpushstr(0, newstring("Usage: siof [-qx] file ...~%")));
7258-
cx__2311265 = (hpushstr(0, newstring("siof 1.0.1~%")));
7258+
cx__2311265 = (hpushstr(0, newstring("siof 1.0.2~%")));
72597259
cx__2311278 = (hpushstr(0, newstring("; loading ~a...~%")));
72607260
cx__2311286 = (hpushstr(0, newstring("cannot open input file ~a~%")));
72617261
cx__2311291 = (hpushstr(0, newstring("-h")));

0 commit comments

Comments
 (0)