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-03-04 07:23:17 +0400
committerMatthieu Aubry <matt@piwik.org>2014-03-04 07:23:17 +0400
commitc6624f132a85408dd929cf51820cc5cc396224a6 (patch)
treea452bf394f1f7a361b040f949cd61e1150edaf6f
parent33d7ba823cf582c2e3d4fc80953318b0b1552ade (diff)
2.1.0-rc122.1.0-rc12
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 248032f0ca..e0a8782919 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.1.0-rc11';
+ const VERSION = '2.1.0-rc12';
}