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:
authorThomas Steur <thomas.steur@googlemail.com>2014-07-12 05:32:35 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-07-12 05:32:35 +0400
commitc6b1c7c6e6c48a98dd1ffc20a0eb8a82ab1cabe8 (patch)
treed43cb437713ad19a4b3f1524ef8023c2c787eb8d /core/Version.php
parent2a89a870d3d8790fdd05e8ef8131a51e60b58644 (diff)
set version to 2.5.0-b1 to make sure update gets inserted... got lost during merge
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index b11fa037d4..68a8887f57 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';
+ const VERSION = '2.5.0-b1';
}