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-21 04:44:51 +0400
committermattab <matthieu.aubry@gmail.com>2013-04-21 04:44:51 +0400
commit519df00f509554f2af6b4b088bfc62ccc7b5bc26 (patch)
tree6ac044f7e618179426bb3f777e1f4c4567cf9eda
parent3069828eff80e45a5f9ce661729adcebbb70fa6c (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 bdc22150dd..0d52af52fb 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-b13';
+ const VERSION = '1.12-b14';
}