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-25 13:49:26 +0400
committermattab <matthieu.aubry@gmail.com>2013-05-25 13:49:26 +0400
commit848940a24a816c605199e78e23f4b6f6860c7fa0 (patch)
treec55f5d37270daf071b16627842d8bb080b722f9e
parentc0474e72f791adc47dc8591d2060452020e6ae46 (diff)
Beta 20 (last beta hopefully!)1.12-b20
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index ea2cc412ea..1e80c27786 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-b19';
+ const VERSION = '1.12-b20';
}