mirror of
https://github.com/spencershepard/RotorOps.git
synced 2025-11-10 15:45:30 +00:00
9 lines
235 B
Python
9 lines
235 B
Python
# ROTOROPS VERSION
|
|
maj_version = 1
|
|
minor_version = 5
|
|
patch_version = 2
|
|
|
|
version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml'
|
|
|
|
version_string = str(maj_version) + "." + str(minor_version) + "." + str(patch_version)
|