This repository has been archived on 2023-02-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-benchmark-bundle/benchmark/version.py

8 lines
147 B
Python

"""Version info for the Benchmark Client."""
# Included in error reports.
version = '1.0-beta'
# Shown on the splash.
version_human = '1.0 Beta'