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-22 08:08:40 +0300
committerMatthieu Aubry <matt@piwik.org>2014-12-22 08:08:40 +0300
commita5f0458d093c0c5fbe20dbd68cdafe6ec7c4d129 (patch)
tree59c79f1f117e2bcae03777a743e71c782b444a8e
parent2c1c52ecc4dfbf4d7404d5275c56401804b7108a (diff)
2.10.0-rc12.10.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 ffcaae3c86..6a7764a6aa 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-b11';
+ const VERSION = '2.10.0-rc1';
}