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-27 01:50:56 +0400
committerMatthieu Aubry <matt@piwik.org>2014-08-27 01:50:56 +0400
commitad92c4360cf56070b561c64c726d1428cf7c44e8 (patch)
treea6cb612e1b3513cf260e5ba7458a196b77a97b73
parent91ab70c0589e1bb216a950be5b65203432ee147a (diff)
2.5.1-b12.5.1-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index abd38d650f..98d8b9c6d9 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';
+ const VERSION = '2.5.1-b1';
}