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-23 02:53:21 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-23 02:53:21 +0400
commit8e3ccf6dd76aa72c4f0037e87760d7efae5909d0 (patch)
tree89932f3a74f31c938f535f18d410d61005b2af54
parentb870aabd13728e7fd97cb6061396067003ea05ec (diff)
New beta with bug fixes needed2.0.4-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 b36fa0fd0b..2dcd122cb6 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-b3';
+ const VERSION = '2.0.4-b4';
}