We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b663c0f commit 3423d9dCopy full SHA for 3423d9d
CMakeLists.txt
@@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
2
3
SET ( TOOLKIT_VERSION_MAJOR 1 )
4
SET ( TOOLKIT_VERSION_MINOR 1 )
5
-SET ( TOOLKIT_VERSION_PATCH 2 )
+SET ( TOOLKIT_VERSION_PATCH 3 )
6
SET ( TOOLKIT_VERSION
7
${TOOLKIT_VERSION_MAJOR}.${TOOLKIT_VERSION_MINOR}.${TOOLKIT_VERSION_PATCH} )
8
0 commit comments