Skip to content

Commit

Permalink
Merge pull request #84 from BitHaru/master
Browse files Browse the repository at this point in the history
change version to V1.1
  • Loading branch information
BitHaru committed Aug 17, 2020
2 parents 82a387f + 96f79e7 commit 633c87b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.4)
project (rai)

set (CPACK_PACKAGE_VERSION_MAJOR "1")
set (CPACK_PACKAGE_VERSION_MINOR "0")
set (CPACK_PACKAGE_VERSION_MINOR "1")
set (CPACK_PACKAGE_VERSION_PATCH "0")

set (TAG_VERSION_STRING "V${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}")
Expand Down
2 changes: 1 addition & 1 deletion rai/secure/rpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rai::Rpc::Rpc(boost::asio::io_service& service, const rai::RpcConfig& config,
acceptor_(service),
config_(config),
make_handler_(maker),
stopped_(ATOMIC_FLAG_INIT)
stopped_{ATOMIC_FLAG_INIT}
{
}

Expand Down

0 comments on commit 633c87b

Please sign in to comment.