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-30 08:59:51 +0400
committermattab <matthieu.aubry@gmail.com>2013-05-30 08:59:51 +0400
commit8179617ccbc1cee317e0f9757deef43d9ee83073 (patch)
tree6201c963de66298e6e0efeb13327da07c823a12f
parent3d222f3b7335e33aaff59531d41e240e462bbaf6 (diff)
1.12-rc11.12-rc1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 9fc3541c0d..be345d071a 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-b22';
+ const VERSION = '1.12-rc1';
}