Skip to content

Commit

Permalink
Set version to 0.90.0-b6
Browse files Browse the repository at this point in the history
  • Loading branch information
bachase committed Feb 3, 2018
1 parent 88570df commit 3e9e0c4
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-b5"
"0.90.0-b6"

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

1 comment on commit 3e9e0c4

@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 20180205 - 17:28:11

Test Results

Build Type Result Status
clang.debug.unity 1000 cases, 0 failed, t: 446s PASS ✅
coverage 1000 cases, 0 failed, t: 577s PASS ✅
clang.debug.nounity 998 cases, 0 failed, t: 356s PASS ✅
gcc.debug.unity 1000 cases, 0 failed, t: 398s PASS ✅
gcc.debug.nounity 998 cases, 0 failed, t: 295s PASS ✅
clang.release.unity 999 cases, 0 failed, t: 475s PASS ✅
gcc.release.unity 999 cases, 0 failed, t: 509s PASS ✅

Please sign in to comment.