Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Makefile VERSION assignment to avoid errors when not in a git …
…repository Simplify the VERSION assignment to prevent the "fatal: not a git repository (or any of the parent directories): .git" error when building from a source archive. The VERSION variable now checks if the Makefile is within a git working tree before attempting to use git tags. If not, it defaults to "v0.7", avoiding errors in non-git environments.
- Loading branch information