Skip to content

Commit

Permalink
Set version to 0.90.0-b3
Browse files Browse the repository at this point in the history
  • Loading branch information
nbougalis committed Jan 12, 2018
1 parent d9337ad commit 49b5c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/protocol/impl/BuildInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ char const* const versionString =
// The build version number. You must edit this for each release
// and follow the format described at http://semver.org/
//
"0.90.0-b2"
"0.90.0-b3"

#if defined(DEBUG) || defined(SANITIZER)
"+"
Expand Down

1 comment on commit 49b5c42

@ripplelabs-jenkins
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jenkins Build Summary

Built from this commit

Built at 20180116 - 17:51:39

Test Results

Build Type Result Status
clang.debug.unity 975 cases, 0 failed, t: 386s PASS ✅
coverage 975 cases, 0 failed, t: 613s PASS ✅
gcc.debug.unity 975 cases, 0 failed, t: 434s PASS ✅
clang.debug.nounity 973 cases, 0 failed, t: 720s PASS ✅
gcc.debug.nounity 973 cases, 0 failed, t: 336s PASS ✅
clang.release.unity 974 cases, 0 failed, t: 471s PASS ✅
gcc.release.unity 974 cases, 0 failed, t: 501s PASS ✅

Please sign in to comment.