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-18 09:08:03 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-18 09:08:03 +0400
commit28e3c8bde31d4f84ef793107fe8ff66caba07146 (patch)
treed577679d0fc731401cc2b76b33f6a997cdbd349d
parent4cfa7d6e17be9714a2e9421b95013206ff49ee0c (diff)
2.1-rc22.1-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 6f7cdcdd4c..c298b52f33 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-rc1';
+ const VERSION = '2.1-rc2';
}