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>2014-12-29 01:19:40 +0300
committerMatthieu Aubry <matt@piwik.org>2014-12-29 01:19:40 +0300
commit7f776304a515599150106f9632abed49a22f090f (patch)
treec44757f2f880d479077ca7e4b214a5d2f8a6c435
parent5cc1dd8d41ac471015a5bdb7a15cde4260a4bb5f (diff)
2.10.0-rc22.10.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 6a7764a6aa..673e0b331b 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,5 +20,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.10.0-rc1';
+ const VERSION = '2.10.0-rc2';
}