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-01 09:37:46 +0400
committermattab <matthieu.aubry@gmail.com>2013-04-01 09:37:46 +0400
commit8407f15b26a2319a9197d027fe59ef31d53cfa3f (patch)
tree1793c8c5e197355b171f4dc76f77e9e8d43979a1
parent294d70d94402dacaebdfc278b002623886d7e85c (diff)
b3 to test on demo with Stefan Jqplot update + New page speed report!1.12-b3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 20f3052322..7289c99851 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-b2';
+ const VERSION = '1.12-b3';
}