diff --git a/tests/version.c b/tests/version.c index c9c171f5..ea10f497 100644 --- a/tests/version.c +++ b/tests/version.c @@ -165,7 +165,7 @@ int main(int argc, char** argv) exit(EXIT_FAILURE); } - if (major != 1 || minor != 1) + if (major != 1 || minor != 0) { glfwOpenWindowHint(GLFW_OPENGL_VERSION_MAJOR, major); glfwOpenWindowHint(GLFW_OPENGL_VERSION_MINOR, minor);