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-14 08:54:40 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-14 08:54:45 +0400
commitb715c0fcca9667fdcba65290a3c92130c2a93fca (patch)
tree4538b127b3bbe95e4bb43b808536b62bac192e5a
parent8e5534dcadd9f59a83dd683731b8d7d319fd8903 (diff)
2.0-a142.0-a14
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 7ff7df98d2..6d10fce475 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -24,5 +24,5 @@ final class Version
* Current Piwik version
* @var string
*/
- const VERSION = '2.0-a13';
+ const VERSION = '2.0-a14';
}