Skip to content

Commit b7be4b2

Browse files
committed
Increased SFML's version number and updated the changelogs.
1 parent 8202099 commit b7be4b2

3 files changed

Lines changed: 36 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake)
4545
# setup version numbers
4646
set(VERSION_MAJOR 2)
4747
set(VERSION_MINOR 4)
48-
set(VERSION_PATCH 1)
48+
set(VERSION_PATCH 2)
4949

5050
# add the SFML header path
5151
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)

changelog.txt

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
SFML 2.4.2
2+
==========
3+
4+
Also available on the website: http://www.sfml-dev.org/changelog.php#sfml-2.4.2
5+
6+
System
7+
======
8+
9+
Bugfixes
10+
--------
11+
* [Windows] Removed thread affinity changes in sf::Clock (#1107)
12+
13+
14+
Window
15+
======
16+
17+
Bugfixes
18+
--------
19+
* Fixed bug where TransientContextLock would hang (#1165, #1172)
20+
* [Linux] Fixed GLX extensions being loaded too late (#1183)
21+
* [Linux] Fix wrong types passed to XChangeProperty (#1168 #1171)
22+
* [Windows] Make context disabling via wglMakeCurrent more tolerant of broken drivers (#1186)
23+
24+
25+
Graphics
26+
========
27+
28+
Bugfixes
29+
--------
30+
* Optimized sf::Image::create and made it more exception safe (#1166)
31+
32+
33+
134
SFML 2.4.1
235
==========
336

@@ -7,7 +40,7 @@ General
740
=======
841

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

1245

1346
Window

include/SFML/Config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
////////////////////////////////////////////////////////////
3232
#define SFML_VERSION_MAJOR 2
3333
#define SFML_VERSION_MINOR 4
34-
#define SFML_VERSION_PATCH 1
34+
#define SFML_VERSION_PATCH 2
3535

3636

3737
////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)