updated rev number

This commit is contained in:
Egan Ford 2017-04-15 20:42:30 -06:00
parent 9a39b98b35
commit bf8d9d465e
5 changed files with 3 additions and 3 deletions

View File

@ -112,7 +112,7 @@ Yes. No input checking. Big Endian untested.
### The Ugly Stuff
c2d, Code to Disk, Version 0.42, Sun Apr 9 03:16:22 UTC 2017
c2d, Code to Disk, Version 0.43, Sun Apr 16 02:41:26 UTC 2017
(c) 2012,2017 All Rights Reserved, Egan Ford (egan@sense.net)

BIN
bin/c2d

Binary file not shown.

Binary file not shown.

Binary file not shown.

4
c2d.c
View File

@ -1,6 +1,6 @@
/*
c2d, Code to Disk, Version 0.42, Sun Apr 9 03:16:22 UTC 2017
c2d, Code to Disk, Version 0.43, Sun Apr 16 02:41:26 UTC 2017
(c) 2012,2017 All Rights Reserved, Egan Ford (egan@sense.net)
@ -42,7 +42,7 @@ Bugs:
#include <sys/stat.h>
#include "c2d.h"
#define VERSION "Version 0.42"
#define VERSION "Version 0.43"
#define INFILE argv[argc-2]
#define OUTFILE argv[argc-1]
#define BINARY 0