summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsystemcoder <systemcoder@protonmail.com>2020-03-23 18:56:29 +0000
committersystemcoder <systemcoder@protonmail.com>2020-03-23 18:56:29 +0000
commitccb315e805e135ab896a02161e8bc0c96bb104a0 (patch)
tree30fdc32a97ebe7371959ca0fcd55c83ae4c62ded
parent686e3e0e49edffaf828a56bb5ff4e70625f73794 (diff)
downloadH64D-2-ccb315e805e135ab896a02161e8bc0c96bb104a0.tar.gz
H64D-2-ccb315e805e135ab896a02161e8bc0c96bb104a0.zip
Version change
-rw-r--r--H64E-2/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/H64E-2/main.c b/H64E-2/main.c
index 57f996a..c95291f 100644
--- a/H64E-2/main.c
+++ b/H64E-2/main.c
@@ -181,7 +181,7 @@ void helper( char *progname )
" -e - interp data output: u8,i8,u16,i16,u32,i32,u64,i64\n"
" -s - disable space between columns\n"
" -h - extra hex output\n"
- "Version: 2.0.3 \n"
+ "Version: 2.0.4 \n"
"\n"
, progname);
}
@@ -427,3 +427,4 @@ int main(int argc, const char * argv[]) {
return 0;
}
+