fix buffer overflow on some input files

This commit is contained in:
Martinez 2017-07-25 02:01:13 +02:00
parent b8ae8b0de7
commit 9437d387ec
2 changed files with 3 additions and 3 deletions

View file

@ -4,5 +4,5 @@
major = 1 # VERSION_MAJOR_IDENTIFIER
minor = 101 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 1.101
patch = 1 # VERSION_PATCH_IDENTIFIER
patch = 2 # VERSION_PATCH_IDENTIFIER
str = ".".join(str(v) for v in (major, minor, patch))