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-08-05 01:51:17 +0400
committermattab <matthieu.aubry@gmail.com>2014-08-05 01:51:17 +0400
commit8d617de94096420c178434d1d1352fc188b6ea77 (patch)
tree259b3c1ccff8cafd4f7c209baab2e5ab9587453f
parent168feded405c2ab9ff1baf2b7b3f19fbf54f40ae (diff)
2.5.0-b2 with working All websites dashboard2.5.0-b2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 68a8887f57..e96ee6d4ce 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.5.0-b1';
+ const VERSION = '2.5.0-b2';
}