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-01-09 10:53:20 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-09 10:53:20 +0400
commit906f7cc5836205b6cbf10aa63e64baacf2231cff (patch)
tree3378e9b6d860169cf622beba05c0ed0f1ce708bf
parentb6083535edafbc0f4c4f5a9d0223aee7a1bea053 (diff)
2.0.3-b52.0.3-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 93ba2e4b03..e05e98a217 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.3-b4';
+ const VERSION = '2.0.3-b5';
}