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:09:03 +0400
committerMatthieu Aubry <matt@piwik.org>2014-09-05 09:09:03 +0400
commit0f5184d7ff8453a298a4daf4d65c564847197143 (patch)
tree3f9d808181d87126777e03daf1cf27fdb4697f8f
parent49dd2a66b84627224524ce34c7c0bdcd6e85bb39 (diff)
2.6.1-b1 to fix packaging issue2.6.1-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 5da0fc0837..7852698ba5 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.0';
+ const VERSION = '2.6.1-b1';
}