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>2013-07-01 06:08:36 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-01 06:08:36 +0400
commit916848085adcc6504c9cb1757e8fc9cba3eee468 (patch)
treebe48f87a4ebbcb93277059ff6640292061f99900 /core/Version.php
parent84bf3a5eab6ae6529690460e044fd7c908305b71 (diff)
* Enabling Twig 'strict_variables' so that we write best code possible, and learn early if some tpl code is not valid. Fixing few bugs that this uncovered
* refactoring the percent column label in getPercentVisitColumn() * removing indexBeforeMenu and putting directly in parent template Refs #4019
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 53ca79f9d2..eb28db44c1 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,5 +20,5 @@ final class Piwik_Version
* Current Piwik version
* @var string
*/
- const VERSION = '1.12';
+ const VERSION = '2.0-b3';
}