From b7390caeeec23886c4b8d91f8952c35c034cd41f Mon Sep 17 00:00:00 2001
From: webchick <drupal@webchick.net>
Date: Wed, 7 Oct 2015 14:20:43 -0700
Subject: [PATCH] Drupal 8.0.0-rc1

---
 core/lib/Drupal.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/lib/Drupal.php b/core/lib/Drupal.php
index 8b90d3e66859..33e930c130a5 100644
--- a/core/lib/Drupal.php
+++ b/core/lib/Drupal.php
@@ -81,7 +81,7 @@ class Drupal {
   /**
    * The current system version.
    */
-  const VERSION = '8.0.0-dev';
+  const VERSION = '8.0.0-rc1';
 
   /**
    * Core API compatibility.
-- 
GitLab