OpenTrespasser / JurassicParkTrespasser

A git-based fork of the Jurassic Park: Trespasser source code.
98 stars 24 forks source link

Rework version number management #144

Open meekee7 opened 3 years ago

meekee7 commented 3 years ago

The OpenTrespasser.exe binary has a manifest containing the executable version. Its content can be viewed via the file properties in Windows Explorer. This information can also be extracted by tools and scripts. Currently, the version indicated in the manifest is based on data hardcoded in gblinc\Version.hpp.

The following improvements are proposed: