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-08 01:57:47 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-07-08 01:57:47 +0400
commitb26fd16f939bbf1e3958ee30e4328690d3cdda77 (patch)
treec5b227b0c089550a505d9284c58f3afe126bd292 /core/Version.php
parenta2ca80fd4489de4a133c8fea10a0e199bf908832 (diff)
updated submodule and increased version -> this might fix the updater ui test as it will then execute the update
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';
}