From 1455ab6df4af6ff45d06b169339d7366b6e50277 Mon Sep 17 00:00:00 2001
From: totten <totten@civicrm.org>
Date: Thu, 8 Nov 2018 04:05:28 +0000
Subject: [PATCH] Update 5.x-rc.md

---
 doc/5.x-rc.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/5.x-rc.md b/doc/5.x-rc.md
index 00c34ed..ffa73de 100644
--- a/doc/5.x-rc.md
+++ b/doc/5.x-rc.md
@@ -8,11 +8,11 @@ See [Prerequisites](any-prereq.md)
 
 * Note the original branch, such as `master`.
 * Note the intended version, such as `5.1` or `5.3`. (In the rest of this document, we'll refer to `5.X`, but `5.X` should be adjusted to circumstance.)
-* In `civicrm-core.git` repo, check that the code in `master` correctly references `5.X.0`:
+* In `civicrm-core.git` repo, check that the code in `master` correctly references `5.X.alpha1`:
     * https://github.com/civicrm/civicrm-core/blob/master/xml/version.xml
     * https://github.com/civicrm/civicrm-core/blob/master/sql/civicrm_generated.mysql
     * https://github.com/civicrm/civicrm-core/tree/master/CRM/Upgrade/Incremental
-*  In Jenkins, review the scheduled tests for `master` and determine if anything should block the RC.
+* In Jenkins, review the scheduled tests for `master` and determine if anything should block the RC.
     * https://test.civicrm.org/job/CiviCRM-Core-Matrix/
     * https://test.civicrm.org/job/CiviCRM-Ext-Matrix/
 
-- 
GitLab