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 12:56:32 +0400
committermattab <matthieu.aubry@gmail.com>2013-05-30 12:56:32 +0400
commitcbc929d0e6a10337c29c3459048611c23a2d2d65 (patch)
treeb32338900acda595d6d8001a150d526220b5d4a7
parent8179617ccbc1cee317e0f9757deef43d9ee83073 (diff)
1.12 kaboom!1.12
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index be345d071a..53ca79f9d2 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-rc1';
+ const VERSION = '1.12';
}