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-04 06:18:01 +0400
committermattab <matthieu.aubry@gmail.com>2013-04-04 06:18:01 +0400
commitf4bb34565c51a29fd0d4bb49ac6d77087956496e (patch)
tree73af3c0f3d0039425b2e25deab4ce37a3d3c5927
parent6f4184081e0c4219f25c8c2869fc201ef2d6c118 (diff)
testing b5 with new umask1.12-b5
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 5da8a15435..ac4972b22e 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-b4';
+ const VERSION = '1.12-b5';
}