git @ Cat's Eye Technologies Befunge-93 / rel_2_23_2012_0825
Bump version number. catseye 10 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
3535 Happy Befunging!
3636 Chris Pressey
3737 Winnipeg, Manitoba
38 August 23, 2012
38 August 25, 2012
00 /* ******************************************************************
11
22 bef.c - The Original Befunge-93 Interpreter/Debugger in ANSI C
3 v2.22 Mar 18 2011 Chris Pressey, Cat's Eye Technologies
3 v2.23 Aug 25 2011 Chris Pressey, Cat's Eye Technologies
44
55 Copyright (c)1993-2012, Chris Pressey, Cat's Eye Technologies.
66 All rights reserved.
249249 }
250250 if (!quiet)
251251 {
252 printf ("Befunge-93 Interpreter/Debugger v2.22\n");
252 printf ("Befunge-93 Interpreter/Debugger v2.23\n");
253253 }
254254
255255 memset(pg, ' ', LINEWIDTH * PAGEHEIGHT);