From 64c7aa50d095d2535d4639971878523ebb14034e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Thu, 13 Feb 2020 22:01:33 +0100 Subject: [PATCH] Start 3.3.3 --- CMakeLists.txt | 2 +- README.md | 11 +---------- include/GLFW/glfw3.h | 2 +- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e9888624..593f5cb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -project(GLFW VERSION 3.3.2 LANGUAGES C) +project(GLFW VERSION 3.3.3 LANGUAGES C) set(CMAKE_LEGACY_CYGWIN_WIN32 OFF) diff --git a/README.md b/README.md index 76c7a96b..a1a5f8cb 100644 --- a/README.md +++ b/README.md @@ -118,16 +118,7 @@ information on what to include when reporting a bug. ## Changelog - - [Win32] Bugfix: Super key was not released after Win+V hotkey (#1622) - - [Win32] Bugfix: `glfwGetKeyName` could access out of bounds and return an - invalid pointer - - [Win32] Bugfix: Some synthetic key events were reported as `GLFW_KEY_UNKNOWN` - (#1623) - - [Cocoa] Added support for `VK_EXT_metal_surface` (#1619) - - [Cocoa] Added locating the Vulkan loader at runtime in an application bundle - - [X11] Bugfix: `glfwFocusWindow` could terminate on older WMs or without a WM - - [X11] Bugfix: Creating an undecorated window could fail with BadMatch (#1620) - - [X11] Bugfix: Querying a disconnected monitor could segfault (#1602) +There is nothing here yet. ## Contact diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 66dff649..47a32ec8 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -270,7 +270,7 @@ extern "C" { * API changes. * @ingroup init */ -#define GLFW_VERSION_REVISION 2 +#define GLFW_VERSION_REVISION 3 /*! @} */ /*! @brief One.