Increase version for license.

This commit is contained in:
ben
2019-07-06 23:20:43 +02:00
parent c914a2a6d5
commit a1e3a4c668
2 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ optional arguments:
--acrobat-compatibility Add a byte at the start for Acrobat Reader compatibility with the szippdf format --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) --verbose {none,error,info,debug} Verbosity level (default: info)
TruePolyglot v1.6.1 TruePolyglot v1.6.2
``` ```
## Code ## ## Code ##
@@ -89,7 +89,7 @@ TruePolyglot v1.6.1
git clone https://git.hackade.org/truepolyglot.git/ 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 ? ## ## How to detect a polyglot file ? ##

View File

@@ -59,7 +59,7 @@ def main():
' or/and payload2 file content between' + ' or/and payload2 file content between' +
' LFH and CD.\n') ' LFH and CD.\n')
usage_str = '%(prog)s format [options] output-file' usage_str = '%(prog)s format [options] output-file'
epilog_str = 'TruePolyglot v1.6.1' epilog_str = 'TruePolyglot v1.6.2'
frm = argparse.RawTextHelpFormatter frm = argparse.RawTextHelpFormatter
parser = argparse.ArgumentParser(description=description_str, parser = argparse.ArgumentParser(description=description_str,
epilog=epilog_str, epilog=epilog_str,