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-05 12:32:53 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-05 12:32:53 +0300
commitb6a3bfdd8bf56b15febbf126cb7ac6c3effccb38 (patch)
tree1bbbd1e9b71e4f0e44c4df9aa3f9ced592741762
parent1c14624d92d8b85efeaadbcfdfa6e8d903b57e12 (diff)
- I messed up with the version file (really need the build script to sanity check...!!)
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index dcad72a2d7..61449fc7c5 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -1,6 +1,6 @@
<?php
final class Piwik_Version {
- const VERSION = '0.2.14';
+ const VERSION = '0.2.16';
}