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-03-18 00:39:50 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2011-03-18 00:39:50 +0300
commit36ebbe98489af24d60c099b7c684be49384ecb1b (patch)
treec1a916d289fd2252f7c78398b1c1b3b0475722fe
parentad649fe7ff0ff9f038b32e27b712a6464f0c3272 (diff)
1.2.1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index f8da02824f..3ee77a6409 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -17,5 +17,5 @@
*/
final class Piwik_Version
{
- const VERSION = '1.2.1-rc1';
+ const VERSION = '1.2.1';
}