RotorOps/Generator/version.py
spencershepard bca47d63d6
BHD2 and infantry update (#48)
* BHD2 and infantry update

- default to easy comms
- modify ctld for better infantry models
- cleaner logging
- warn user if no resources for fat cow FARPs
- condition for fat cow added; not available if enemies too close

* Update README.md
2023-02-11 20:54:37 -08:00

9 lines
235 B
Python

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