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-04-25 07:11:50 +0300
committerMatthieu Aubry <matt@piwik.org>2015-04-25 07:11:50 +0300
commitad93a77498cb03ae8f4c52c292d3b584f67c458e (patch)
tree020c8c2401642663436cd5b217276c6fce55d130
parent48dc43f904235588518aa87c422966123c1295c3 (diff)
2.13.0-rc2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 6d48d43ea0..cadeb34076 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.13.0-rc1';
+ const VERSION = '2.13.0-rc2';
public function isStableVersion($version)
{