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>2014-04-05 03:08:12 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-05 03:08:12 +0400
commitdb1707b719fc1616bbab1b1bf3d838781362a248 (patch)
treeb461b6c1ac57f6f828c9004263463921625c163b
parent685f9a66884ac9e9236eb8c89f4afea7bee45308 (diff)
beta 12, including the VisitFrequency update code refs #48782.1.1-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 fbe16426b5..48c7ad5d2e 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.1.1-b11';
+ const VERSION = '2.1.1-b12';
}