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:
authorsgiehl <stefan@piwik.org>2014-11-23 23:18:15 +0300
committersgiehl <stefan@piwik.org>2014-11-23 23:18:15 +0300
commita5d830657d050eda1b0f531387fc0a7234b28be3 (patch)
tree7d5eabb9a8fd102a107c2e4d106bcb7d037d70af /core
parent7819080b9b7ae22e08705e1ff7efe51a42aef9af (diff)
added method to map legacy os shorts, to ensure old archives are displayed correctly
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 80614277c5..fcf7e8f40d 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,5 +20,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.9.1';
+ const VERSION = '2.10.0-b1';
}