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-08-12 15:45:20 +0400
committerMatthieu Aubry <matt@piwik.org>2014-08-12 15:45:20 +0400
commit45528f5da5f8eeeb0d47bae4d437b8c6010c3afd (patch)
tree59f5218cc2ba65e3f9e0c1c3ff2eb7eeae9719e9
parent793024025ef4ccb70fef2295c61fd0c5865116bf (diff)
2.5.0-b32.5.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 e96ee6d4ce..4cd3f0a1b8 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-b2';
+ const VERSION = '2.5.0-b3';
}