Bump version number.
catseye
10 years ago
35 | 35 |
Happy Befunging!
|
36 | 36 |
Chris Pressey
|
37 | 37 |
Winnipeg, Manitoba
|
38 | |
August 23, 2012
|
|
38 |
August 25, 2012
|
0 | 0 |
/* ******************************************************************
|
1 | 1 |
|
2 | 2 |
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
|
4 | 4 |
|
5 | 5 |
Copyright (c)1993-2012, Chris Pressey, Cat's Eye Technologies.
|
6 | 6 |
All rights reserved.
|
|
249 | 249 |
}
|
250 | 250 |
if (!quiet)
|
251 | 251 |
{
|
252 | |
printf ("Befunge-93 Interpreter/Debugger v2.22\n");
|
|
252 |
printf ("Befunge-93 Interpreter/Debugger v2.23\n");
|
253 | 253 |
}
|
254 | 254 |
|
255 | 255 |
memset(pg, ' ', LINEWIDTH * PAGEHEIGHT);
|