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:
authorMatthieu Aubry <matt@piwik.org>2014-12-04 02:13:08 +0300
committerMatthieu Aubry <matt@piwik.org>2014-12-04 02:13:08 +0300
commit784b738f9c4a92c42a9d8e6b85c28a82a3af0a2f (patch)
tree754b194bc79dbc4a88020f557775ace7f720652c
parent5251216319a112156edc6290db1a95cbaf13c5f3 (diff)
2.10.0-b32.10.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 0600fe25f3..86a856f320 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,5 +20,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.10.0-b2';
+ const VERSION = '2.10.0-b3';
}