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-03-08 09:33:01 +0400
committermattab <matthieu.aubry@gmail.com>2013-03-08 09:33:01 +0400
commitfacb01a23abb23c53e4e72e757885a73b4f59ad8 (patch)
treef3e9a9e7aff58e88e8728c64a487ba14ffa746c7
parentb089eac9beecc39581701cf7ed55ca119d6ce2cb (diff)
1.11 FTW1.11
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 45df60fa5f..a0eac9c15e 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.11-b6';
+ const VERSION = '1.11';
}