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:
authormattab <matthieu.aubry@gmail.com>2014-02-20 16:35:31 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-20 16:35:31 +0400
commit4d23d6234679822bad20ad5e1ee1566f5b108db8 (patch)
tree13b8af1ca8ffab2e2cb73d87a19442e852781a54
parenta84420dac7cdd80225a07f56de379b05ea0bded3 (diff)
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 40309b41b4..f49ce4f5d4 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-rc6';
+ const VERSION = '2.1-rc7';
}