fixes an issue with volume autodetection that caused clipping with some source masters

This commit is contained in:
Martinez 2017-08-17 23:11:27 +02:00
parent 9437d387ec
commit d12eb050a7
2 changed files with 2 additions and 1 deletions

View file

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