From 713711f5e93589c7c1e3e70c971577ae1bc5817a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Thu, 8 Apr 2021 20:48:17 +0200 Subject: [PATCH] Start 3.3.5 --- CMakeLists.txt | 2 +- README.md | 3 +-- include/GLFW/glfw3.h | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e2962df9..1a203cce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -project(GLFW VERSION 3.3.4 LANGUAGES C) +project(GLFW VERSION 3.3.5 LANGUAGES C) set(CMAKE_LEGACY_CYGWIN_WIN32 OFF) diff --git a/README.md b/README.md index 76907a1e..5538a8a7 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,7 @@ information on what to include when reporting a bug. ## Changelog - - [X11] Bugfix: Some window attributes were not applied on leaving fullscreen - (#1863) +There is nothing here yet. ## Contact diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index c8d7cfaf..1b059062 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -295,7 +295,7 @@ extern "C" { * API changes. * @ingroup init */ -#define GLFW_VERSION_REVISION 4 +#define GLFW_VERSION_REVISION 5 /*! @} */ /*! @brief One.