diff --git a/tek4010 b/tek4010 index b67422b..d08d6e0 100755 Binary files a/tek4010 and b/tek4010 differ diff --git a/tek4010.c b/tek4010.c index 3f3991a..d002c57 100755 --- a/tek4010.c +++ b/tek4010.c @@ -203,7 +203,7 @@ void tek4010_init(int argc, char* argv[]) char *argv2[20]; size_t bufsize = 127; int firstArg = 1; - printf("tek4010 version 1.0.3\n"); + printf("tek4010 version 1.1\n"); windowName = "Tektronix 4010/4014 emulator"; if ((argc<2) || (argc>19)) { printf("Error:number of arguments\n"); @@ -237,10 +237,10 @@ void tek4010_init(int argc, char* argv[]) argTab1 = 1; else if (strcmp(argv[firstArg],"-full") == 0) argFull = 1; - else if (strcmp(argv[firstArg],"-ARDS") == 0) { - argARDS = 1; - windowName = "ARDS emulator"; - } + // else if (strcmp(argv[firstArg],"-ARDS") == 0) { + // argARDS = 1; + // windowName = "ARDS emulator"; + // } else { printf("tek4010: unknown argument %s\n", argv[firstArg]); exit(1); @@ -249,7 +249,7 @@ void tek4010_init(int argc, char* argv[]) } - // A child process for rsh is forked ans communication + // A child process for rsh is forked and communication // between parent and child are established // expand argv[firstArg] to full path and check, whether it exists diff --git a/versions.txt b/versions.txt index 04b0ba8..06bc22d 100644 --- a/versions.txt +++ b/versions.txt @@ -1,3 +1,7 @@ +Version 1.1 April 12, 2019 +========================== +Phase: Fist offical release + Version 1.0.3 April 11, 2019 ============================ Phase: beta test @@ -31,4 +35,4 @@ New features: - Added version number on console - Added versions.txt Bug fixes: -- fixed demo.sh to display dodekagon.plt instead of captured_data \ No newline at end of file +- fixed demo.sh to display dodekagon.plt instead of captured_data