From 992e5da96a8f4fb99ef92c6b82ad2be2e5e52bdf Mon Sep 17 00:00:00 2001 From: Doug Binks Date: Sat, 8 Sep 2018 17:24:20 +0200 Subject: [PATCH] Incremented version number. --- include/GLFW/glfw3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 5b6411676..c1d435dbd 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -1740,7 +1740,7 @@ GLFWAPI void glfwGetMonitorPos(GLFWmonitor* monitor, int* xpos, int* ypos); * * @sa @ref monitor_properties * - * @since Added in version 3.0. + * @since Added in version 3.3. * * @ingroup monitor */