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-02-24 06:54:56 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-24 06:54:56 +0400
commit50de5bb2355c1d01291b7e3fe96e8a42107cf01c (patch)
tree0f75f6b8a2a4fa3a58b9c08525db4985e3e81466
parent4daed93c92870acba8b50791356d1d5d59a7403c (diff)
2.1.0-rc10 for semVer compatible version numbers2.1.0-rc10
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index e19532f099..690f589ab5 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-rc9';
+ const VERSION = '2.1.0-rc10';
}