Skip to content

Commit

Permalink
bump to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters committed Nov 14, 2019
1 parent 35e2acd commit 3b5b110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(console_bridge)

set (CONSOLE_BRIDGE_MAJOR_VERSION 0)
set (CONSOLE_BRIDGE_MINOR_VERSION 4)
set (CONSOLE_BRIDGE_PATCH_VERSION 3)
set (CONSOLE_BRIDGE_PATCH_VERSION 4)

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

0 comments on commit 3b5b110

Please sign in to comment.