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-21 08:59:40 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-21 08:59:40 +0400
commit2009fe9e3c707eca3b0f25f9254eaee0dc19645a (patch)
treeba8e70731068b0844f185c9c6a6e108d8f8d51d6
parent6d7f9f96d1f047bcb634a67e86c4a300f32b1860 (diff)
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index f49ce4f5d4..43de268855 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-rc7';
+ const VERSION = '2.1-rc8';
}