Skip to content

Makefile: fix tarball version numbering

Colin Kinloch requested to merge ColinKinloch/eduke32:fix_tarball_version into master

Currently the version number REV is not defined unless the .git directory exists. This means the tarballs at https://dukeworld.com/eduke32/synthesis/ compile without version numbers.

This MR moves the definition of REV in the Makefile outside the check for the .git directory.

Merge request reports