Skip to content

Commit d270e9a

Browse files
committed
Update CSFML version to 2.5.2
1 parent fe8145e commit d270e9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endmacro()
1313
csfml_set_option(CMAKE_BUILD_TYPE Release STRING "Choose the type of build (Debug or Release)")
1414

1515
# project name
16-
project(CSFML VERSION 2.5.1)
16+
project(CSFML VERSION 2.5.2)
1717

1818
# include the configuration file
1919
include(${PROJECT_SOURCE_DIR}/cmake/Config.cmake)

include/SFML/Config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
////////////////////////////////////////////////////////////
3232
#define CSFML_VERSION_MAJOR 2
3333
#define CSFML_VERSION_MINOR 5
34-
#define CSFML_VERSION_PATCH 1
34+
#define CSFML_VERSION_PATCH 2
3535

3636

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

0 commit comments

Comments
 (0)