From 8f973621fc6449de6b239edc90f025e7894c4089 Mon Sep 17 00:00:00 2001 From: Mike Ellery Date: Mon, 28 Jan 2019 12:00:48 -0800 Subject: [PATCH] Set version to 1.2.0-rc1 --- src/ripple/protocol/impl/BuildInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index 1e62a44ea1..90e82a6f24 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -30,7 +30,7 @@ namespace BuildInfo { // The build version number. You must edit this for each release // and follow the format described at http://semver.org/ //------------------------------------------------------------------------------ -char const* const versionString = "1.2.0-b11" +char const* const versionString = "1.2.0-rc1" #if defined(DEBUG) || defined(SANITIZER) "+"