mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 13:03:52 +00:00
Start 3.3.7
This commit is contained in:
parent
7d5a16ce71
commit
869e68a015
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user