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-05-30 08:05:40 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-30 08:05:40 +0400
commit1b9c3d4c8a42c0272214c9f8e28503944edbe09a (patch)
tree77680f857dc670076d9c0b7584b02271adee6624
parente4bd9e103d67ee6205c3020894ee5ef59123c59a (diff)
'2.4.0-b3'2.4.0-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 08bea8bdb5..c67cef1529 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-b2';
+ const VERSION = '2.4.0-b3';
}