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:41:11 +0300
committerMatthieu Aubry <matt@piwik.org>2014-11-13 07:41:11 +0300
commitcab26bb5a090845e2dc78484cc1d844499e39686 (patch)
treea76437ffadd786f1fefd2d2374999e2f78c64b22
parenta6472116c6f15c9d4220aa95739a0b701f0abe0c (diff)
2.9.02.9.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 0727840168..fa7f0f29b7 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-rc2';
+ const VERSION = '2.9.0';
}