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:11:23 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-28 18:11:23 +0300
commit0ebca9945ce1a0ae4cb4c4747be1d204ba8544b1 (patch)
treed97ddcc6528b098dcad7b1c134bedbdc02b8c54c
parent2b8503a032e109397839da15862a71a5d427335b (diff)
parent5360e25e4226d8fcaf14e714653c43196498d231 (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..d54b22b973 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.26';
}