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 09:02:26 +0400
committermattab <matthieu.aubry@gmail.com>2013-05-27 09:02:26 +0400
commitc546de11d28e5d940adef0102265ae7a4c8e5123 (patch)
tree2165d4bb0a457f3534cb16354c612641896dff7e
parent047586ce989d5a5a5b451612963fa1324538c568 (diff)
b22 fixes all known bugs!1.12-b22
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index ebf24bfec1..9fc3541c0d 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-b21';
+ const VERSION = '1.12-b22';
}