diff --git a/README.md b/README.md index e84ed12..f7ab11e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ You clearly do not understand the awesomeness of the Apple II, move along. ## Version -* c2t 0.996 (Nov 29 2014) +* c2t 0.997 (Sep 27 2017) * c2t-96h 0.997 (Dec 31 2015) diff --git a/bin/c2t b/bin/c2t index 9d4ca77..c3fd472 100755 Binary files a/bin/c2t and b/bin/c2t differ diff --git a/c2t-96h.c b/c2t-96h.c index 1d652da..970f9c0 100644 --- a/c2t-96h.c +++ b/c2t-96h.c @@ -1,8 +1,8 @@ /* -c2t, Code to Tape|Text, Version 0.995, Tue May 22 22:11:12 GMT 2012 +c2t, Code to Tape|Text, Version 0.997, Wed Sep 27 15:27:56 GMT 2017 -Parts copyright (c) 2011, 2012 All Rights Reserved, Egan Ford (egan@sense.net) +Parts copyright (c) 2011-2017 All Rights Reserved, Egan Ford (egan@sense.net) THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE diff --git a/c2t.c b/c2t.c index 9d8c40d..ffb5507 100644 --- a/c2t.c +++ b/c2t.c @@ -1,8 +1,8 @@ /* -c2t, Code to Tape|Text, Version 0.995, Tue May 22 22:11:12 GMT 2012 +c2t, Code to Tape|Text, Version 0.997, Wed Sep 27 15:27:56 GMT 2017 -Parts copyright (c) 2011, 2012 All Rights Reserved, Egan Ford (egan@sense.net) +Parts copyright (c) 2011-2017 All Rights Reserved, Egan Ford (egan@sense.net) THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE @@ -86,7 +86,7 @@ Thinking about: #define ABS(x) (((x) < 0) ? -(x) : (x)) -#define VERSION "Version 0.996" +#define VERSION "Version 0.997" #define OUTFILE argv[argc-1] #define BINARY 0 #define MONITOR 1