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:
authorMatthieu Aubry <matt@piwik.org>2014-11-20 02:30:00 +0300
committerMatthieu Aubry <matt@piwik.org>2014-11-20 02:30:00 +0300
commitb5870d541b6893dfe04c27fdf69ec63d605fa59b (patch)
tree51f751f79a90843929c85dec5dfdf3b3641a163d
parent0f5f79e2605315678d78d6214471aebe91af2102 (diff)
2.9.12.9.1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 6e408eca8e..80614277c5 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-b2';
+ const VERSION = '2.9.1';
}