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:31:22 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-05 12:31:22 +0300
commit1c14624d92d8b85efeaadbcfdfa6e8d903b57e12 (patch)
tree701a38503538337483d0cfe5efaa3d498b8033ed
parentf97ea5fa2e034c9459b94448c809efc5777b9277 (diff)
- updating version number
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 718bc2ddc7..dcad72a2d7 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -1,6 +1,6 @@
<?php
final class Piwik_Version {
- const VERSION = '0.2.13';
+ const VERSION = '0.2.14';
}