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-05-24 15:34:51 +0400
committermattab <matthieu.aubry@gmail.com>2013-05-24 15:34:51 +0400
commit1cf782c5ee46a8e227b8f2f6b0a8b6328e7522e2 (patch)
treeabb0b4dd1b429be500bdf5e0347b1b5dbe0f0f39
parent6e5124c4b5297f8b127d2e43eed24853a2499ab4 (diff)
beta 19 with DevicesDetection plugin! FTW1.12-b19
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 2dd03a4b8d..ea2cc412ea 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-b18';
+ const VERSION = '1.12-b19';
}