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-07-09 14:28:13 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2011-07-09 14:28:13 +0400
commit648674e4c2e749d02689559a18c35877011bd41e (patch)
treef5d2ab72be7382f8d9e2ed07b1ddcf9a36ea62e2
parent75029679a3dc778778ef5cbaadd4eb2557ed5a84 (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 94bcd6ecb6..2f1a23e403 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -17,5 +17,5 @@
*/
final class Piwik_Version
{
- const VERSION = '1.5.1-rc1';
+ const VERSION = '1.5.1';
}