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-09-18 04:14:50 +0400
committermattab <matthieu.aubry@gmail.com>2013-09-18 04:14:50 +0400
commita03c4dfeeb16e5ac77d8de286ac5e1f84c8f3f8b (patch)
treeb37d9267145e53f91796d8cc89b428986b705d28
parentfcd75a512801b3b1c0b112781ecab37e03cd6fa7 (diff)
2.0-a22.0-a2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index a34c106394..d0968bb5f2 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-a1';
+ const VERSION = '2.0-a2';
}