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
path: root/core
diff options
context:
space:
mode:
authorMatthieu Aubry <matt@piwik.org>2014-10-21 07:42:05 +0400
committerMatthieu Aubry <matt@piwik.org>2014-10-21 07:42:05 +0400
commit4f72ea1a42d1c56554d8b7885efd251fa68d29ac (patch)
tree18addfb68656118d4e621ea7ab797c4d446d79e8 /core
parent67eb986eaabc78056583ff98d056864206846250 (diff)
2.8.1-rc1
Diffstat (limited to 'core')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 8c6b6e1939..520dc850be 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.8.1-b2';
+ const VERSION = '2.8.1-rc1';
}