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:
authorMatthieu Aubry <matt@piwik.org>2013-12-12 15:37:01 +0400
committerMatthieu Aubry <matt@piwik.org>2013-12-12 15:37:01 +0400
commita772967144f19900a40870e4323ea22780967af5 (patch)
treefb0e99c6ecd16b2d81799113643531ad4e26b8ef
parent502eb6e95f3de5ef4570089eea977cb487fb629d (diff)
2.0-beta12 release!2.0-b12
-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';
}