Skip to content

Commit

Permalink
Set version to 1.1.0-b2
Browse files Browse the repository at this point in the history
  • Loading branch information
seelabs committed Jun 1, 2018
1 parent 34d3f93 commit fd4636b
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 @@ -33,7 +33,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/
//
"1.1.0-b1"
"1.1.0-b2"

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

1 comment on commit fd4636b

@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 20180601 - 21:45:40

Test Results

Build Type Log Result Status
coverage logfile 1032 cases, 0 failed, t: 684s PASS ✅
docs logfile 1 cases, 0 failed, t: 2s PASS ✅
msvc.debug logfile 1029 cases, 0 failed, t: 568s PASS ✅
gcc.release.unity
-Dassert=true,
MANUAL_TESTS=true
logfile 1093 cases, 0 failed, t: 782s PASS ✅
clang.debug.unity logfile 1032 cases, 0 failed, t: 249s PASS ✅
clang.debug.nounity logfile 1030 cases, 0 failed, t: 190s PASS ✅
clang.debug.unity,
PARALLEL_TESTS=false
logfile 1032 cases, 0 failed, t: 491s PASS ✅
gcc.debug.unity logfile 1032 cases, 0 failed, t: 247s PASS ✅
gcc.debug.nounity logfile 1030 cases, 0 failed, t: 194s PASS ✅
clang.release.unity
-Dassert=true
logfile 1031 cases, 0 failed, t: 338s PASS ✅
gcc.release.unity
-Dassert=true
logfile 1031 cases, 0 failed, t: 357s PASS ✅
msvc.debug,
PROJECT_NAME=rippled_classic
logfile 1029 cases, 0 failed, t: 1248s PASS ✅
gcc.debug.unity
-Dstatic=true
logfile 1032 cases, 0 failed, t: 246s PASS ✅
msvc.release logfile 1028 cases, 0 failed, t: 517s PASS ✅

Please sign in to comment.