Browse Source

Start 3.3.5

Camilla Löwy 4 years ago
parent
commit
713711f5e9
3 changed files with 3 additions and 4 deletions
  1. 1 1
      CMakeLists.txt
  2. 1 2
      README.md
  3. 1 1
      include/GLFW/glfw3.h

+ 1 - 1
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)
 

+ 1 - 2
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

+ 1 - 1
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.