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-12 06:12:29 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-12 06:12:29 +0400
commitaee083a31fd7c8966971a80bcaa28845f60eb6cc (patch)
treeeddc9336b4695f084533c58eb03b56558573f699 /core/Version.php
parent0d2c36253736a4ee6a59b7c21d55bcf25dac7376 (diff)
2.1-rc1
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index e843d25115..6f7cdcdd4c 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.0.4-b12';
+ const VERSION = '2.1-rc1';
}