You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to have a version number to verify what version of the engine is active.
perhaps adding #define MQUICKJS_VERSION "#.#.#" to the top of the mquickjs.h file ...
Version Numbering:
It would be useful to have a version number to verify what version of the engine is active.
perhaps adding #define MQUICKJS_VERSION "#.#.#" to the top of the mquickjs.h file ...
or perhaps even expand it to include "MAJOR.MINOR.PATCH" separated as defined in https://semver.org/