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:21:34 +0300
committerMatthieu Aubry <matt@piwik.org>2014-11-13 07:21:34 +0300
commit52443868c14140b0cd85742590a3a6d1701ccfd7 (patch)
treecf627b1044c606788e6c754fb4177cfd221ba341
parentbe899f7a6a562cc2d670e610c7bfbbf0f6f73148 (diff)
2.9.0-rc12.9.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 b4545cacac..ecf6faf898 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-b9';
+ const VERSION = '2.9.0-rc1';
}