fix: doing an expensive normalization pre-pass despite --audio copy

This commit is contained in:
Martin Sekera 2021-03-14 18:32:43 +01:00
parent 37b4d2d34d
commit 5056618949
2 changed files with 2 additions and 2 deletions

View file

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