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:05:36 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-03 05:05:36 +0400
commitf1e9328b1532bb3c7b1b76d1d18fde700f4a2bcb (patch)
tree0262ee6cd0e66d6d6a46eb6f6999d6caca3c8984
parentd4d81ceed720815f8ed8d2f0928d5be2bd0e2579 (diff)
alpha92.0-a9
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index a3ad8390b7..8366c8fb78 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-a8';
+ const VERSION = '2.0-a9';
}