Skip to content

Commit 99b8780

Browse files
j-riveroscpeters
authored andcommitted
Update version to 0.4.2 (#59)
1 parent ad25f73 commit 99b8780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(console_bridge)
33

44
set (CONSOLE_BRIDGE_MAJOR_VERSION 0)
55
set (CONSOLE_BRIDGE_MINOR_VERSION 4)
6-
set (CONSOLE_BRIDGE_PATCH_VERSION 0)
6+
set (CONSOLE_BRIDGE_PATCH_VERSION 2)
77

88
set (CONSOLE_BRIDGE_VERSION ${CONSOLE_BRIDGE_MAJOR_VERSION}.${CONSOLE_BRIDGE_MINOR_VERSION}.${CONSOLE_BRIDGE_PATCH_VERSION})
99
message (STATUS "${PROJECT_NAME} version ${CONSOLE_BRIDGE_VERSION}")

0 commit comments

Comments
 (0)