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:
authormattab <matthieu.aubry@gmail.com>2013-11-14 01:52:01 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-14 01:52:01 +0400
commitbec66270e9ce9b5ce0abcc8063975486b9c18174 (patch)
tree1c4516df72276f29f6496b88779a10689aa582cc
parenta45c6e562f795e15c0cd555d504c9e65a15baff3 (diff)
2.0-beta 4 release! all 138 fixed tickets since 1.12: http://dev.piwik.org/trac/report/12.0-b4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index a946610ef8..11b2085d6f 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -24,5 +24,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.0-b3';
+ const VERSION = '2.0-b4';
}