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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-07-30 12:47:15 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-07-30 12:47:15 +0400
commitf4f88cbd03dfe52af0c48a7e90eee731c221a124 (patch)
tree8c2b749ab8f2a748c31da4026f6e49b6a0351267
parenteccdf3aeb5fbd0549a25f9ed6b981742b42cedf2 (diff)
0.8
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 4b00b52ab0..b5f534c6af 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -17,5 +17,5 @@
*/
final class Piwik_Version
{
- const VERSION = '0.7.1-rc1';
+ const VERSION = '0.8';
}