Skip to content

Commit b735777

Browse files
committed
Increased version to 2.3.1.
1 parent 2d56b41 commit b735777

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake)
4040
# setup version numbers
4141
set(VERSION_MAJOR 2)
4242
set(VERSION_MINOR 3)
43-
set(VERSION_PATCH 0)
43+
set(VERSION_PATCH 1)
4444

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

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 3
34-
#define SFML_VERSION_PATCH 0
34+
#define SFML_VERSION_PATCH 1
3535

3636

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

0 commit comments

Comments
 (0)