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
path: root/core
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-02-20 02:59:03 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-20 02:59:03 +0400
commit86dfafde77d0b3b46205f05367aed59c390a2f6e (patch)
treeb7208fcc4fb69d2e4f304534fbb770ecf4974388 /core
parent16bbf230191bd447b7f2ac82097470d854324498 (diff)
rc5
Diffstat (limited to 'core')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 423684559d..e07a0f49ad 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.1-rc4';
+ const VERSION = '2.1-rc5';
}