We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd545b commit 6c1899dCopy full SHA for 6c1899d
2 files changed
CMakeLists.txt
@@ -21,7 +21,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake)
21
22
# setup version numbers
23
set(VERSION_MAJOR 2)
24
-set(VERSION_MINOR 0)
+set(VERSION_MINOR 1)
25
set(VERSION_PATCH 0)
26
27
# add the SFML header path
include/SFML/Config.hpp
@@ -30,7 +30,7 @@
30
// Define the SFML version
31
////////////////////////////////////////////////////////////
32
#define SFML_VERSION_MAJOR 2
33
-#define SFML_VERSION_MINOR 0
+#define SFML_VERSION_MINOR 1
34
35
36
0 commit comments