Skip to content

Commit

Permalink
Update CSFML version to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eXpl0it3r committed Jun 9, 2023
1 parent fe8145e commit d270e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ endmacro()
csfml_set_option(CMAKE_BUILD_TYPE Release STRING "Choose the type of build (Debug or Release)")

# project name
project(CSFML VERSION 2.5.1)
project(CSFML VERSION 2.5.2)

# include the configuration file
include(${PROJECT_SOURCE_DIR}/cmake/Config.cmake)
Expand Down
2 changes: 1 addition & 1 deletion include/SFML/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
////////////////////////////////////////////////////////////
#define CSFML_VERSION_MAJOR 2
#define CSFML_VERSION_MINOR 5
#define CSFML_VERSION_PATCH 1
#define CSFML_VERSION_PATCH 2


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

0 comments on commit d270e9a

Please sign in to comment.