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-09-05 09:29:56 +0400
committerMatthieu Aubry <matt@piwik.org>2014-09-05 09:29:56 +0400
commit52230fb700f0bea2b59f655ba7c4559aa079d0f5 (patch)
treed9783c00a4a89ad710e5a948e783a10aafbcaaf1
parentb6e04bf533507aaa462327bb99ccaa7586faaf5e (diff)
2.6.1 to fix error2.6.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 7852698ba5..19840aaedb 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.6.1-b1';
+ const VERSION = '2.6.1';
}