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-27 04:07:54 +0400
committermattab <matthieu.aubry@gmail.com>2013-05-27 04:07:54 +0400
commit60d482963a5a520014772280b6ba97fdac6a4372 (patch)
tree14d17845ec61ca31023bc44be7849a2d806aeabf
parent367a411520fef0f3e7388919b8157670d549145e (diff)
b21
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 1e80c27786..ebf24bfec1 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-b20';
+ const VERSION = '1.12-b21';
}