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
path: root/core
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-12-13 04:32:22 +0400
committermattab <matthieu.aubry@gmail.com>2013-12-13 04:32:22 +0400
commit1180f72f96f87a0da3216e51cb5ea62ce57e7655 (patch)
tree476692d9a96f236d739cfd7cef65936f77505289 /core
parentc55e7b46de8f36a6ea999ec562288dd31ecbc082 (diff)
parenta3d548a2f15fc38cc248b7d94f32fabc5b9d8968 (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'core')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index e69847a23b..727f75f9c7 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-b11';
+ const VERSION = '2.0-b12';
}