From 869e68a01579e87a4823e6e88893ac274422eec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Fri, 10 Dec 2021 01:26:54 +0100 Subject: [PATCH] Start 3.3.7 --- CMakeLists.txt | 2 +- README.md | 9 +-------- include/GLFW/glfw3.h | 2 +- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4bbded5..1c34ab86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/README.md b/README.md index ad78eff2..7c59dea9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 6f8f94fb..10927f3e 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -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.