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>2011-06-19 09:43:33 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2011-06-19 09:43:33 +0400
commitbd8f03af1e0876febfa8351694b4ca3092ad0ae5 (patch)
tree4d8dd62d8d6eaa90eff7bed46f1545bd0ebf81a8
parent90bf189a48d0493a42a7455e60d5626c5c6f3b83 (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 7b27dbf7d4..b67c52d395 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -17,5 +17,5 @@
*/
final class Piwik_Version
{
- const VERSION = '1.5-rc8';
+ const VERSION = '1.5';
}