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-11-13 07:30:29 +0300
committerMatthieu Aubry <matt@piwik.org>2014-11-13 07:30:29 +0300
commita6472116c6f15c9d4220aa95739a0b701f0abe0c (patch)
treef119e93fa8f95f97b85f8accebe512b0bd534f1f
parentdba0659953f563481f6792ba9ea41f79f2d7ff8b (diff)
2.9.0-rc22.9.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 ecf6faf898..0727840168 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.9.0-rc1';
+ const VERSION = '2.9.0-rc2';
}