GLFW_VERSION_REVISION

The revision number of the GLFW library.

This is incremented when a bug fix release is made that does not contain any API changes. Ingroup: init

extern (C) @nogc nothrow __gshared
enum GLFW_VERSION_REVISION = 2;

Meta