RotorOps/Generator/version.py
spencershepard 76e2858c7b
1.4.1 (#42)
* RotorOpsPerks, mist change, ice halo fix

* Update RotorOpsPerks.lua
- added new points conditions, revised cas bonus
- allow perks to be defined dynamically
- option to silence point scoring messages
- added red coalition support
- multicrew support!

Update MissionGenerator.exe for release
2023-01-28 15:52:20 -08:00

9 lines
235 B
Python

# ROTOROPS VERSION
maj_version = 1
minor_version = 4
patch_version = 1
version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml'
version_string = str(maj_version) + "." + str(minor_version) + "." + str(patch_version)