add --subtitle

This commit is contained in:
Martin Sekera 2023-05-29 11:21:07 +02:00
parent e1beb8312d
commit 681e76361d
2 changed files with 16 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# encoding: utf-8
major = 2 # VERSION_MAJOR_IDENTIFIER
minor = 1 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 2.1
patch = 3 # VERSION_PATCH_IDENTIFIER
minor = 2 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 2.2
patch = 2 # VERSION_PATCH_IDENTIFIER
str = ".".join(str(v) for v in (major, minor, patch))