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-11 03:55:35 +0400
committermattab <matthieu.aubry@gmail.com>2013-03-11 03:55:35 +0400
commit2fa1dca7170f1302701d3c836f500d68d046eb27 (patch)
tree47c47ef65e10a6bb1783ffd408c053e374818a02
parenta74a4f350dc8f4802e6774fd739644d45ee45612 (diff)
1.11.11.11.1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index a0eac9c15e..ad7ca07ef4 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';
+ const VERSION = '1.11.1';
}