WREN_VERSION_NUMBER

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
enum WREN_VERSION_NUMBER = WREN_VERSION_MAJOR * 1000000 + WREN_VERSION_MINOR * 1000 + WREN_VERSION_PATCH;

Meta