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-05-16 04:37:11 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-05-16 04:37:11 +0400
commitd7a60f2e43081a5c9d15072d3af6f42a660064d1 (patch)
tree54acfc6742c35bf23187fc160034c3868591ff7e
parent60b8fa9f6a08477d11c899c14d5942cda87f9ebc (diff)
0.2.36
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 99a7e14219..11080af687 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -1,5 +1,5 @@
<?php
final class Piwik_Version {
- const VERSION = '0.2.35';
+ const VERSION = '0.2.36';
}