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>2009-10-21 13:12:23 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-10-21 13:12:23 +0400
commitfa06b289517695f0d6bbdf7619bb4f58ad49780b (patch)
treeac9191b125f78da9b167756b0abe9ae3cb46318f
parent959277fc9f6b59d05084d0b4ada66a202f219a97 (diff)
0.4.4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index b285f8ce7a..ca0a0545d9 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -17,5 +17,5 @@
*/
final class Piwik_Version
{
- const VERSION = '0.4.3';
+ const VERSION = '0.4.4';
}