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-04-17 14:57:24 +0400
committermattab <matthieu.aubry@gmail.com>2013-04-17 14:57:24 +0400
commitcfdcf54ca63f7caa3f0cf9156328bc1e291abfeb (patch)
tree43b71b5f7d9d6f87afac47ee37ed4f35f6d388d2
parent08cfe92f278e987fb43ca6584b1822d61774dceb (diff)
b11 test on demo1.12-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 a053dc6237..38cba84da0 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,5 +20,5 @@ final class Piwik_Version
* Current Piwik version
* @var string
*/
- const VERSION = '1.12-b10';
+ const VERSION = '1.12-b11';
}