over-video 2.0: presets, sane defaults, legible output...
This commit is contained in:
parent
a1e1f3ce79
commit
ffd18a9757
2 changed files with 735 additions and 193 deletions
|
@ -1,8 +1,8 @@
|
|||
#! /usr/bin/env python3
|
||||
# encoding: utf-8
|
||||
|
||||
major = 1 # VERSION_MAJOR_IDENTIFIER
|
||||
minor = 116 # VERSION_MINOR_IDENTIFIER
|
||||
# VERSION_LAST_MM 1.116
|
||||
major = 2 # VERSION_MAJOR_IDENTIFIER
|
||||
minor = 0 # VERSION_MINOR_IDENTIFIER
|
||||
# VERSION_LAST_MM 2.0
|
||||
patch = 0 # VERSION_PATCH_IDENTIFIER
|
||||
str = ".".join(str(v) for v in (major, minor, patch))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue