Skip to content

Commit

Permalink
Increased SFML's version number and updated the changelogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
eXpl0it3r committed Feb 8, 2017
1 parent 8202099 commit b7be4b2
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake)
# setup version numbers
set(VERSION_MAJOR 2)
set(VERSION_MINOR 4)
set(VERSION_PATCH 1)
set(VERSION_PATCH 2)

# add the SFML header path
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)
Expand Down
35 changes: 34 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
SFML 2.4.2
==========

Also available on the website: http://www.sfml-dev.org/changelog.php#sfml-2.4.2

System
======

Bugfixes
--------
* [Windows] Removed thread affinity changes in sf::Clock (#1107)


Window
======

Bugfixes
--------
* Fixed bug where TransientContextLock would hang (#1165, #1172)
* [Linux] Fixed GLX extensions being loaded too late (#1183)
* [Linux] Fix wrong types passed to XChangeProperty (#1168 #1171)
* [Windows] Make context disabling via wglMakeCurrent more tolerant of broken drivers (#1186)


Graphics
========

Bugfixes
--------
* Optimized sf::Image::create and made it more exception safe (#1166)



SFML 2.4.1
==========

Expand All @@ -7,7 +40,7 @@ General
=======

* [kFreeBSD] Define SFML_OS_FREEBSD when compiling for kFreeBSD (#1129)
* [Window] Added some simple messaging when trying to build under Cygwin (#1153)
* [Windows] Added some simple messaging when trying to build under Cygwin (#1153)


Window
Expand Down
2 changes: 1 addition & 1 deletion include/SFML/Config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
////////////////////////////////////////////////////////////
#define SFML_VERSION_MAJOR 2
#define SFML_VERSION_MINOR 4
#define SFML_VERSION_PATCH 1
#define SFML_VERSION_PATCH 2


////////////////////////////////////////////////////////////
Expand Down

0 comments on commit b7be4b2

Please sign in to comment.