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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-15 18:29:50 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-15 18:29:50 +0300
commit2cb5502981609d28506b150c8ccfd5391121061a (patch)
treec86b5dd33ae34ca8c13735fcf0c097fd947c9c97
parentbc7aae8e75422426f4ec142bfcd99ee8d96e33f0 (diff)
0.5.3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 1b5cad8121..071ea6d660 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -17,5 +17,5 @@
*/
final class Piwik_Version
{
- const VERSION = '0.5.2';
+ const VERSION = '0.5.3';
}