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>2013-11-14 02:39:56 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-14 02:39:56 +0400
commit44a6d8c6e7e70e10b24381781cc0f930703b0897 (patch)
tree2296f26d94fa519967c941f0b2990a9ac0d1d11a
parentb89bed150ee02036e0b8a3b9d4ac12f743057d93 (diff)
2.0-b52.0-b5
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 11b2085d6f..f07ab181ac 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -24,5 +24,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.0-b4';
+ const VERSION = '2.0-b5';
}