From e121d445b20285ddf75fc51100dfb8c36002bd94 Mon Sep 17 00:00:00 2001
From: Matthieu Aubry <matt@piwik.org>
Date: Wed, 13 Aug 2014 14:39:25 +0200
Subject: [PATCH] 2.5.0-rc1

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

diff --git a/core/Version.php b/core/Version.php
index 4cd3f0a1b8..4fbe428b4e 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Version
      * The current Piwik version.
      * @var string
      */
-    const VERSION = '2.5.0-b3';
+    const VERSION = '2.5.0-rc1';
 }
-- 
GitLab