add --fps

This commit is contained in:
Martinez 2016-08-08 00:21:28 +02:00
parent aa564e5eee
commit 7326f5be69
2 changed files with 6 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# encoding: utf-8
major = 1 # VERSION_MAJOR_IDENTIFIER
minor = 100 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 1.100
minor = 101 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 1.101
patch = 0 # VERSION_PATCH_IDENTIFIER
str = ".".join(str(v) for v in (major, minor, patch))