Skip to content

Commit

Permalink
Merge pull request #771 from c72578/patch-2
Browse files Browse the repository at this point in the history
Update version number in CMakeLists.txt to 0.8.1
  • Loading branch information
zaphoyd committed Nov 2, 2018
2 parents c6d7e29 + 4bccfb0 commit 72e2760
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 @@ -24,7 +24,7 @@ endif ()
############ Project name and version
set (WEBSOCKETPP_MAJOR_VERSION 0)
set (WEBSOCKETPP_MINOR_VERSION 8)
set (WEBSOCKETPP_PATCH_VERSION 0)
set (WEBSOCKETPP_PATCH_VERSION 1)
set (WEBSOCKETPP_VERSION ${WEBSOCKETPP_MAJOR_VERSION}.${WEBSOCKETPP_MINOR_VERSION}.${WEBSOCKETPP_PATCH_VERSION})

if(POLICY CMP0048)
Expand Down

0 comments on commit 72e2760

Please sign in to comment.