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>2014-02-10 07:17:38 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-10 07:17:38 +0400
commit4be6b7237e7b24abbbaaea543ff46fc1304a4b87 (patch)
tree1a162276d30a5c99be37d9eb8dee6db9f31b00fa
parentfe2eb8d9b8aa0c9a60203cf5c1b670ecd76906a5 (diff)
beta122.0.4-b12
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index f7619700ba..e843d25115 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.0.4-b11';
+ const VERSION = '2.0.4-b12';
}