From 41aaeee4498d8faa626161af9827f810f5a35508 Mon Sep 17 00:00:00 2001 From: Egan Ford Date: Wed, 27 Sep 2017 09:37:49 -0600 Subject: [PATCH] version bump for c2t, tests passed, cl65 2.13.3 required for now --- README.md | 2 +- bin/c2t | Bin 146420 -> 146420 bytes c2t-96h.c | 4 ++-- c2t.c | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) 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 9d4ca77d7578d8b8fbe2312a705f506ee95dd655..c3fd4720f0cb712f007dd644d179dd1e9b152035 100755 GIT binary patch delta 42 ycmezJo#V@Qjs@%j34W^*=KC9N+-0NfAnIW|rCES|y8t_5XF8+#_E~w1QD*^vD-bOJ delta 42 ycmezJo#V@Qjs@%j^{0%p1Nf~Z7td#BIPtiNsab%1y8t_5XF8+V_E~w1QD*^r2M{Iz 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