Start 3.3.3

This commit is contained in:
Camilla Löwy 2020-02-13 22:01:33 +01:00
parent 0a49ef0a00
commit 64c7aa50d0
3 changed files with 3 additions and 12 deletions

View File

@ -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)

View File

@ -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

View File

@ -270,7 +270,7 @@ extern "C" {
* API changes.
* @ingroup init
*/
#define GLFW_VERSION_REVISION 2
#define GLFW_VERSION_REVISION 3
/*! @} */
/*! @brief One.