Skip to content

Commit bd834c8

Browse files
committed
Merge tag '2.6.1-rc1' into ximinez/merge-261rc1
2.6.1-rc1 * tag '2.6.1-rc1': Set version to 2.6.1-rc1 Downgrade to boost 1.83
2 parents dc8b37a + 8d01f35 commit bd834c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libxrpl/protocol/BuildInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace BuildInfo {
3636
// and follow the format described at http://semver.org/
3737
//------------------------------------------------------------------------------
3838
// clang-format off
39-
char const* const versionString = "2.6.0"
39+
char const* const versionString = "2.6.1-rc1"
4040
// clang-format on
4141

4242
#if defined(DEBUG) || defined(SANITIZER)

0 commit comments

Comments
 (0)