Skip to content

Commit

Permalink
Set version to 0.90.0-b5
Browse files Browse the repository at this point in the history
  • Loading branch information
seelabs committed Jan 30, 2018
1 parent 7e93618 commit 1c44c4a
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-b4"
"0.90.0-b5"

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

1 comment on commit 1c44c4a

@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 20180130 - 03:25:32

Test Results

Build Type Result Status
clang.debug.unity 985 cases, 0 failed, t: 443s PASS ✅
coverage 985 cases, 0 failed, t: 571s PASS ✅
clang.debug.nounity 983 cases, 0 failed, t: 352s PASS ✅
gcc.debug.unity 985 cases, 0 failed, t: 397s PASS ✅
clang.release.unity 984 cases, 0 failed, t: 472s PASS ✅
gcc.debug.nounity 983 cases, 0 failed, t: 817s PASS ✅
gcc.release.unity 984 cases, 0 failed, t: 500s PASS ✅

Please sign in to comment.