EDIT: Bumped up version to 0.91 alpha.

This commit is contained in:
Bobbi Webber-Manners 2020-08-17 13:47:06 -04:00
parent 72804aab9c
commit 2bd3906e69
2 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@
* v0.88 Show ProDOS 2.5 dates in inverse video (saves two columns!)
* v0.89 Commented out free(usedlist) which was crashing for some reason.
* v0.90 Fixed parsing of dateopts[], caseopts[], fixopts[]
* v0.91 Added disconnect_ramdisk()
*/
//#pragma debug 9
@ -2062,7 +2063,7 @@ void interactive(void) {
revers(1);
hlinechar(' ');
fputs("S O R T D I R v0.90 alpha Use ^ to return to previous question", stdout);
fputs("S O R T D I R v0.91 alpha Use ^ to return to previous question", stdout);
hlinechar(' ');
revers(0);

Binary file not shown.