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-01-05 07:28:02 +0300
committerMatthieu Aubry <matt@piwik.org>2015-01-05 07:28:02 +0300
commit4e65e72f8b6d6497a3cdc4373d354cbc9075c1bd (patch)
treed249a97a81a0ac027c9a4a0ed99e9e649ed2649c
parentdb0cf681ee909e525a49a3409b9176886422da81 (diff)
2.10.0 - Stable release!2.10.0
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 8d50b05616..16b80f918d 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-rc4';
+ const VERSION = '2.10.0';
}