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-12-09 13:14:37 +0400
committermattab <matthieu.aubry@gmail.com>2013-12-09 13:14:37 +0400
commit582d9482794e0693710d84be2dc7b341769b8d84 (patch)
treee52868d9e11b6779f0680d236c6ca3787ba5b687
parent035d18e64a9e1e8c48956d3c0b34dc9644c214f3 (diff)
2.0-beta11, hopefully the last beta before Release Candidate!2.0-b11
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index edbebe606b..e69847a23b 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-b10';
+ const VERSION = '2.0-b11';
}