Skip to content

Commit a43be42

Browse files
mantogninieXpl0it3r
authored andcommitted
Bump version to 2.4.0
1 parent ac50bf8 commit a43be42

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake)
3939

4040
# setup version numbers
4141
set(VERSION_MAJOR 2)
42-
set(VERSION_MINOR 3)
43-
set(VERSION_PATCH 2)
42+
set(VERSION_MINOR 4)
43+
set(VERSION_PATCH 0)
4444

4545
# add the SFML header path
4646
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)

include/SFML/Config.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
// Define the SFML version
3131
////////////////////////////////////////////////////////////
3232
#define SFML_VERSION_MAJOR 2
33-
#define SFML_VERSION_MINOR 3
34-
#define SFML_VERSION_PATCH 2
33+
#define SFML_VERSION_MINOR 4
34+
#define SFML_VERSION_PATCH 0
3535

3636

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

0 commit comments

Comments
 (0)