Start 3.3.7

This commit is contained in:
Camilla Löwy 2021-12-10 01:26:54 +01:00
parent 7d5a16ce71
commit 869e68a015
3 changed files with 3 additions and 10 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0...3.20 FATAL_ERROR)
project(GLFW VERSION 3.3.6 LANGUAGES C)
project(GLFW VERSION 3.3.7 LANGUAGES C)
set(CMAKE_LEGACY_CYGWIN_WIN32 OFF)

View File

@ -123,14 +123,7 @@ information on what to include when reporting a bug.
## Changelog
- Bugfix: Joysticks connected before init did not get gamepad mappings (#1996)
- [Win32] Bugfix: Content scale queries could fail silently (#1615)
- [Win32] Bugfix: Content scales could have garbage values if monitor was recently
disconnected (#1615)
- [Cocoa] Bugfix: A dependency on an external constant caused crashes on macOS
11 and earlier (#1985,#1994)
- [X11] Bugfix: Icon pixel format conversion worked only by accident, relying on
undefined behavior (#1986)
There is nothing here yet.
## Contact

View File

@ -299,7 +299,7 @@ extern "C" {
* release is made that does not contain any API changes.
* @ingroup init
*/
#define GLFW_VERSION_REVISION 6
#define GLFW_VERSION_REVISION 7
/*! @} */
/*! @brief One.