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:
authormattpiwik <matthieu.aubry@gmail.com>2012-06-01 15:14:57 +0400
committermattpiwik <matthieu.aubry@gmail.com>2012-06-01 15:14:57 +0400
commitf99bc8fe10f78defb94a2fb4baf57139bea5bf5b (patch)
tree1a2dcb523f6aa44619fc42c1e76da7b62b7a593a
parent5837dedfbb0d4d6b1433a53b263ee61545de3618 (diff)
Fasten your belt..... KABOOOOOOM!!!!!!!!1.7.1
git-svn-id: http://dev.piwik.org/svn/trunk@6434 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index f2198426c5..96f92b62ea 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Piwik_Version
* Current Piwik version
* @var string
*/
- const VERSION = '1.8-rc6';
+ const VERSION = '1.8';
}