diff options
author | ben | 2019-07-06 23:20:43 +0200 |
---|---|---|
committer | ben | 2019-07-06 23:20:43 +0200 |
commit | ed510d928adf88d60663cb18f72c6c774c504f12 (patch) | |
tree | 90e06b3f74c5b424404b16abed14936ab9e58947 | |
parent | c914a2a6d58ca35b7aca709cdd6109f22c9fc7da (diff) | |
download | truepolyglot-1.6.2.tar.gz truepolyglot-1.6.2.tar.bz2 truepolyglot-1.6.2.tar.xz |
Increase version for license.1.6.2
-rw-r--r-- | README.md | 4 | ||||
-rwxr-xr-x | truepolyglot | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -80,7 +80,7 @@ optional arguments: --acrobat-compatibility Add a byte at the start for Acrobat Reader compatibility with the szippdf format --verbose {none,error,info,debug} Verbosity level (default: info) -TruePolyglot v1.6.1 +TruePolyglot v1.6.2 ``` ## Code ## @@ -89,7 +89,7 @@ TruePolyglot v1.6.1 git clone https://git.hackade.org/truepolyglot.git/ ``` -or download [truepolyglot-1.6.1.tar.gz](https://git.hackade.org/truepolyglot.git/snapshot/truepolyglot-1.6.1.tar.gz) +or download [truepolyglot-1.6.2.tar.gz](https://git.hackade.org/truepolyglot.git/snapshot/truepolyglot-1.6.2.tar.gz) ## How to detect a polyglot file ? ## diff --git a/truepolyglot b/truepolyglot index da175b1..8d5f332 100755 --- a/truepolyglot +++ b/truepolyglot @@ -59,7 +59,7 @@ def main(): ' or/and payload2 file content between' + ' LFH and CD.\n') usage_str = '%(prog)s format [options] output-file' - epilog_str = 'TruePolyglot v1.6.1' + epilog_str = 'TruePolyglot v1.6.2' frm = argparse.RawTextHelpFormatter parser = argparse.ArgumentParser(description=description_str, epilog=epilog_str, |