Skip to content

a48631e9

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Dec 03:02
· 9 commits to master since this release
a48631e
Add meaningful versioning + preprocessor definitions (#3)

- Exposes fwens.version to the lua interface, meaning developers can bind to a version / check for a difference if they want
- Exposed `GFWENS_VERSION` and `GFWENS_BUILD_DATE` to the build pre-processor so we can define the version straight from the build process
  - If built locally, will default to a string of `LOCAL` and uses the `__DATE__` macro instead
  - Premake will attempt to glean the data via the appropriate lua functions.