We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad25f73 commit 99b8780Copy full SHA for 99b8780
CMakeLists.txt
@@ -3,7 +3,7 @@ project(console_bridge)
3
4
set (CONSOLE_BRIDGE_MAJOR_VERSION 0)
5
set (CONSOLE_BRIDGE_MINOR_VERSION 4)
6
-set (CONSOLE_BRIDGE_PATCH_VERSION 0)
+set (CONSOLE_BRIDGE_PATCH_VERSION 2)
7
8
set (CONSOLE_BRIDGE_VERSION ${CONSOLE_BRIDGE_MAJOR_VERSION}.${CONSOLE_BRIDGE_MINOR_VERSION}.${CONSOLE_BRIDGE_PATCH_VERSION})
9
message (STATUS "${PROJECT_NAME} version ${CONSOLE_BRIDGE_VERSION}")
0 commit comments