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:
authormattab <matthieu.aubry@gmail.com>2014-03-21 08:02:33 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-21 08:02:33 +0400
commit828d7cf180fc9cfe1fce93ecb68bc72953e777f6 (patch)
tree77d82a35dd09035d2a8e89990188dbdf75c11b50
parentaca7aa0996716356a784e40a7257516506e8cc74 (diff)
2.1.1-b42.1.1-b4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index c7d6000a43..d7cdb17ffb 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.1.1-b3';
+ const VERSION = '2.1.1-b4';
}