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-04-17 23:00:17 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2011-04-17 23:00:17 +0400
commit88994e2c55c78f9fcdcc7ee2cdd2752ddf83fc95 (patch)
treebe74286571bbdeda8dedcf0dd3e03f7d59b5d1b5
parent75cf0ae3b362e11f1a23bbb78538614f99972dfe (diff)
1.3 boom!
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index f8d2f34f85..70c6f2ed61 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -17,5 +17,5 @@
*/
final class Piwik_Version
{
- const VERSION = '1.3-rc4';
+ const VERSION = '1.3';
}