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>2010-08-27 00:38:00 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-08-27 00:38:00 +0400
commit3f41e59e89cad1724faf6a5d9132e2b086d83901 (patch)
tree8b128bda67b9dd59394c66e3f8f01b2f830344d1
parent9d5c871b0338170242dd3c074303cac87183d22c (diff)
parent3ace16462a0035ec07b71b9e43cb7915a022302b (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 1dbdad98b5..439311f0e2 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -17,5 +17,5 @@
*/
final class Piwik_Version
{
- const VERSION = '0.9';
+ const VERSION = '0.9.9';
}