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>2015-03-13 05:25:05 +0300
committerMatthieu Aubry <matt@piwik.org>2015-03-13 05:25:05 +0300
commitfe85ab09c24dc41a69bb08e39ac5ea41c43a4f66 (patch)
tree09201a0c33385ff0f5155454cdabeefddfdafe9c
parentac8793318daa2fc009439a5918ae9129c1dfd472 (diff)
2.12.0-b32.12.0-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 71c2a66f40..3474cbf56b 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.12.0-b2';
+ const VERSION = '2.12.0-b3';
public function isStableVersion($version)
{