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-12 19:06:34 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-12 19:06:34 +0300
commita247f30348441eaecd635192eb0f2110068a3c10 (patch)
treebda0949eeb77122a088577407cb8b7c8147f9176
parent239695c9a2cdf09778203b8a1a3f9be7b64c7fff (diff)
0.2.18
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index ac87c152ed..4052c7587b 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -1,5 +1,5 @@
<?php
final class Piwik_Version {
- const VERSION = '0.2.17';
+ const VERSION = '0.2.18';
}