Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Aubry <matt@piwik.org>2015-10-13 22:39:26 +0300
committerMatthieu Aubry <matt@piwik.org>2015-10-13 22:39:26 +0300
commite8b570e9c4d8c9ae4fd00937c3e89fc9cac67b3e (patch)
tree9639e8bbc57b27d24f826d5486857784e447bcd8
parent12aeff9fbdf41d092e0f488de2ddc56b6fed5a96 (diff)
2.15.0-rc12.15.0-rc1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 8e04405368..03ea72626b 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.15.0-b20';
+ const VERSION = '2.15.0-rc1';
public function isStableVersion($version)
{