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-04-16 03:06:55 +0400
committermattab <matthieu.aubry@gmail.com>2013-04-16 03:06:55 +0400
commit71bb678a4308a50a2e29b6f6a936f58196e989dc (patch)
tree14dab743ddcf433d0b655ed46cfa46fee37a6c60
parent9ea00b762951f629d357cf4b1b8858edaa438591 (diff)
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 4dd3c55ccc..a053dc6237 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,5 +20,5 @@ final class Piwik_Version
* Current Piwik version
* @var string
*/
- const VERSION = '1.12-b9';
+ const VERSION = '1.12-b10';
}