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-10 09:44:16 +0400
committermattab <matthieu.aubry@gmail.com>2013-04-10 09:44:16 +0400
commit057cda5a797f44a8f84f5570676551608d7b44fb (patch)
tree5528522b1fde1970f4d9209e25b2df9a75cc8b6b
parentefa5344a7f0618997d2a60edcb0bfb8c7d82c957 (diff)
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 705032ea40..077275f5d0 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-b6';
+ const VERSION = '1.12-b7';
}