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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-08 19:21:47 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-08 19:21:47 +0300
commit41bd412cdb9af796066394237f7aa5e65828a8b0 (patch)
tree856e89231b9019a5f33678037782d2991f704b24 /plugins/VisitTime
parent1129e150089dd68542daaac334208243b4dc8d7a (diff)
fixes #1056 - core plugins should display release version
Diffstat (limited to 'plugins/VisitTime')
-rw-r--r--plugins/VisitTime/VisitTime.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VisitTime/VisitTime.php b/plugins/VisitTime/VisitTime.php
index d565a3fb91..d093274d21 100644
--- a/plugins/VisitTime/VisitTime.php
+++ b/plugins/VisitTime/VisitTime.php
@@ -23,7 +23,7 @@ class Piwik_VisitTime extends Piwik_Plugin
'description' => 'Reports the Local and Server time. Server time information can be useful to schedule a maintenance on the Website.',
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
- 'version' => '0.1',
+ 'version' => Piwik_Version::VERSION,
);
return $info;
}