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-06-08 06:10:38 +0400
committermattab <matthieu.aubry@gmail.com>2014-06-08 06:10:38 +0400
commit0590ca7b66a3b4766ed36253dfc52283e12776aa (patch)
tree7c1a8151114fd7d6a7a356ea0eb52341e8d07275
parent57c7c45cea99bc47346e423a3d6c5c474a88c5a9 (diff)
2.4.0-b42.4.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 c67cef1529..80250c6ce8 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.4.0-b3';
+ const VERSION = '2.4.0-b4';
}