remyroy / CDDA-Game-Launcher

A Cataclysm: Dark Days Ahead launcher with additional features
MIT License
424 stars 104 forks source link

VERSION.txt was added to CDDA precompiled binary distributions #422

Open ZhilkinSerg opened 4 years ago

ZhilkinSerg commented 4 years ago

Since build 10342 a file named VERSION.txt is distributed with CDDA precompiled binaries, so it could help to simplify getting version info for future CDDA versions.

The file format is the following (and can be changed if necessary):

Platform     : Linux_x64
Graphics     : Curses
Build number : #10341
Build version: 0.D-12395-gda46afc
Major version: 0.D

Additional context

See https://github.com/CleverRaven/Cataclysm-DDA/issues/38140#issuecomment-587949860

remyroy commented 4 years ago

That's a nice addition. We might be able to speed up the version detection process when that file is present.