diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-10-30 21:33:07 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-10-30 21:33:07 +0000 |
commit | 51677095c675a778c53580589270203930c61a87 (patch) | |
tree | ae4c7470d8ecdac8cbcec313d2c0738f1b6929cf /main.c | |
parent | b870e05547bc189f29569a5d21db0c875c8f9983 (diff) | |
download | dhex-51677095c675a778c53580589270203930c61a87.tar.gz |
Imported Upstream version 0.68upstream/0.68upstream
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #define MAJORVERSION 0 #define MINORVERSION 6 -#define REVISION 7 +#define REVISION 8 #include <stdio.h> #include <stdlib.h> #include <strings.h> |