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>2014-07-11 12:31:54 +0400
committermattab <matthieu.aubry@gmail.com>2014-07-11 12:31:54 +0400
commitd196f4416aea48ef01cd3def13ec140333eed921 (patch)
treeb54b65d4313b41ed3f8653d67722677b27d49212
parentf651feb3f99cc0e214570760a5902adf56cdfd09 (diff)
2.4.1 KABOOM2.4.1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 522b84771d..260f290e97 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.4.1-rc1';
+ const VERSION = '2.4.1';
}