Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • EDuke32 EDuke32
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 109
    • Issues 109
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Richard Gobeille
  • EDuke32EDuke32
  • Merge requests
  • !235

Makefile: fix tarball version numbering

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Colin Kinloch requested to merge ColinKinloch/eduke32:fix_tarball_version into master Jul 04, 2022
  • Overview 2
  • Commits 1
  • Changes 1

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.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix_tarball_version