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-27 20:41:40 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-27 20:41:40 +0300
commit8fec0e21f79d7ce5f74f2d4d0f344a747f591ccc (patch)
tree54ae5e32d55e72a58a8aa60988070315830074e2
parentc3da04bd8ceb9dd5e1c21c511975fddb9114da43 (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 eab6a90db4..7b61527671 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -1,5 +1,5 @@
<?php
final class Piwik_Version {
- const VERSION = '0.2.24';
+ const VERSION = '0.2.25';
}