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-05-23 14:39:03 +0400
committermattab <matthieu.aubry@gmail.com>2013-05-23 14:39:03 +0400
commitd9473e54797b893448c1a9af626f0a48a5ea19ce (patch)
tree2e673b3ffaaec03658e6c416e02a9b140a7bf941
parent7268be654896f68c5762ca1bea1be8b591ea4e41 (diff)
BETA 181.12-b18
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 272f67bb1b..2dd03a4b8d 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-b17';
+ const VERSION = '1.12-b18';
}