Skip to content

Commit

Permalink
version bump for c2t, tests passed, cl65 2.13.3 required for now
Browse files Browse the repository at this point in the history
  • Loading branch information
datajerk committed Sep 27, 2017
1 parent a4fdcc0 commit 41aaeee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
Binary file modified bin/c2t
Binary file not shown.
4 changes: 2 additions & 2 deletions c2t-96h.c
Original file line number Diff line number Diff line change
@@ -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 ([email protected])
Parts copyright (c) 2011-2017 All Rights Reserved, Egan Ford ([email protected])
THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
Expand Down
6 changes: 3 additions & 3 deletions c2t.c
Original file line number Diff line number Diff line change
@@ -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 ([email protected])
Parts copyright (c) 2011-2017 All Rights Reserved, Egan Ford ([email protected])
THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 41aaeee

Please sign in to comment.