aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorben2019-07-06 23:20:43 +0200
committerben2019-07-06 23:20:43 +0200
commited510d928adf88d60663cb18f72c6c774c504f12 (patch)
tree90e06b3f74c5b424404b16abed14936ab9e58947
parentc914a2a6d58ca35b7aca709cdd6109f22c9fc7da (diff)
downloadtruepolyglot-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.md4
-rwxr-xr-xtruepolyglot2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 38c7693..32c4c70 100644
--- a/README.md
+++ b/README.md
@@ -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,