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>2013-10-03 05:11:30 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-03 05:11:30 +0400
commitecbfb0139718b6e21ffdb4907ebd4e120459d71a (patch)
tree01cd4364faf2ce552fcb3b69e5c2f8019ac52679
parentd1276ad4c8609ae7dc67f5609c232f87c0e6b364 (diff)
2.0-a10
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 8366c8fb78..65d6ef2d36 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -22,5 +22,5 @@ final class Version
* Current Piwik version
* @var string
*/
- const VERSION = '2.0-a9';
+ const VERSION = '2.0-a10';
}