Skip to content

Commit bd0faf6

Browse files
committed
Updated version number
1 parent 91e11cc commit bd0faf6

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
@@ -15,7 +15,7 @@ include(${CMAKE_SOURCE_DIR}/cmake/Config.cmake)
1515

1616
# setup version numbers
1717
set(VERSION_MAJOR 2)
18-
set(VERSION_MINOR 0)
18+
set(VERSION_MINOR 1)
1919
set(VERSION_PATCH 0)
2020

2121
# add the CSFML header path

include/SFML/Config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// Define the CSFML version
3131
////////////////////////////////////////////////////////////
3232
#define CSFML_VERSION_MAJOR 2
33-
#define CSFML_VERSION_MINOR 0
33+
#define CSFML_VERSION_MINOR 1
3434

3535

3636
////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)