a48631e9
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.