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 04:58:38 +0300
committerMatthieu Aubry <matt@piwik.org>2014-12-29 04:58:38 +0300
commitdf3c3ad2a5513da942a24de9781ea21fd8bec4d5 (patch)
tree18500f4ddba20010e0e2366d3ca8c13d7baaff65
parent8d792ad9940aa8545174facd8a68f723763e38ec (diff)
2.10.0-rc32.10.0-rc3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 673e0b331b..c25c0e6a8b 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-rc2';
+ const VERSION = '2.10.0-rc3';
}