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 | 1e48d23e4b624c92865897373f4dd16ea01767ea (patch) | |
tree | afb3f8bf4880e3493229e7fd7f4eecac6320bf8e /main.c | |
parent | 4247b0208aea6c1251eca8bf138a3986671da2bb (diff) | |
parent | 51677095c675a778c53580589270203930c61a87 (diff) | |
download | dhex-1e48d23e4b624c92865897373f4dd16ea01767ea.tar.gz |
Merge tag 'upstream/0.68'
Upstream version 0.68
Diffstat (limited to '')
-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> |