fix normalization to conform to EBU R128

This commit is contained in:
Martin Sekera 2019-03-10 16:30:17 +01:00
parent ddb5f38d75
commit b4621d0044
2 changed files with 10 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# encoding: utf-8
major = 1 # VERSION_MAJOR_IDENTIFIER
minor = 111 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 1.111
patch = 2 # VERSION_PATCH_IDENTIFIER
minor = 112 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 1.112
patch = 0 # VERSION_PATCH_IDENTIFIER
str = ".".join(str(v) for v in (major, minor, patch))