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>2008-11-28 18:10:33 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-28 18:10:33 +0300
commit6fdb7e68f4a34e4e02d519f17df09de7bf2e15db (patch)
tree07e68df65979cc175075ccc02b5156af649c9797
parent2bcd30b0f3cb5cf9ca0e1ff60da81667ba1b0275 (diff)
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 7b61527671..0212287b6d 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -1,5 +1,5 @@
<?php
final class Piwik_Version {
- const VERSION = '0.2.25';
+ const VERSION = '0.2.27';
}