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>2014-01-21 06:56:31 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-21 06:56:31 +0400
commite5a10b27f63a12767239a509f82549197264fc17 (patch)
tree10a075f20a11c8bf3f178c53b9769a8c37b9bf02
parent9297b1674d692b7092bd9d26c7b1e26aa85e75d0 (diff)
2.0.4-b32.0.4-b3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index e26e9763e6..b36fa0fd0b 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.4-b2';
+ const VERSION = '2.0.4-b3';
}