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-05 08:05:16 +0400
committermattab <matthieu.aubry@gmail.com>2013-04-05 08:05:16 +0400
commit2724318b652ea97b380de6b11a0c227a4d1f4c2e (patch)
treee3e00a6c8269daf55d6e975db27feef5456748a8
parent5001bdda1f78c27a5040be3da5b596ee2ba90238 (diff)
testing UI on demo1.12-b6
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index ac4972b22e..705032ea40 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-b5';
+ const VERSION = '1.12-b6';
}