iw4x / iw4x-client

GNU General Public License v3.0
123 stars 42 forks source link

Unify versioning #145

Closed mxve closed 1 month ago

mxve commented 1 month ago

Replaced last 2 uses of VERSION with REVISION_STR, this should also fix #104.

VERSION (which is an alias for GIT_DESCRIBE) would report the latest git tag, amount of commits since then and the latest commit id. Due to IW4x being built before the tag is created, we end up with a mismatched revision in minidump filenames (and -version cmd arg) and the revision reported pretty much anywhere else.