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:
authorMatthieu Aubry <matt@piwik.org>2014-03-04 08:20:36 +0400
committerMatthieu Aubry <matt@piwik.org>2014-03-04 08:20:36 +0400
commit46c97dc2e8c5a3623e977853b1481f5ee93ea067 (patch)
treed10b378a3e9cf248b778345fff6fa9bda1bce556
parentc6624f132a85408dd929cf51820cc5cc396224a6 (diff)
2.1.0 KABOOM2.1.0
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index e0a8782919..7068dbe8e6 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.1.0-rc12';
+ const VERSION = '2.1.0';
}