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-22 20:36:24 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-10-22 20:36:24 +0400
commit3e8a551a3c1fc0e5221199369df16de5f3380199 (patch)
treeaf71e255157187c6d0b3f18f94ad43bba6183220
parentc5a8240337da10cc73bda1d33530bdb1398a04a0 (diff)
0.4.5
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index ca0a0545d9..824001fe86 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -17,5 +17,5 @@
*/
final class Piwik_Version
{
- const VERSION = '0.4.4';
+ const VERSION = '0.4.5';
}