Added title and version number SORTDIR v0.5 alpha

This commit is contained in:
Bobbi Webber-Manners 2020-05-23 00:12:21 -04:00
parent 08e3cb7c88
commit a703c5c16d
3 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ CC65LIBDIR = $(CC65DIR)/lib
CC65INCDIR = $(CC65DIR)/include
CA65INCDIR = $(CC65DIR)/asminc
all: sortdir.system\#ff0000
all: sortdir.po sortdir.system\#ff0000
clean:
rm -f *.s *.o *.map sortdir

View File

@ -1647,7 +1647,7 @@ void interactive(void) {
doverbose = 1;
puts(" Use ^ to return to previous question");
puts("S O R T D I R v0.5 alpha Use ^ to return to previous question");
q1:
fputs("\nEnter path (e.g.: /H1) of starting directory> ", stdout);

Binary file not shown.