From 95364c5a3bbaab21093cda3c24e30cfaa910e51f Mon Sep 17 00:00:00 2001 From: mattpiwik <matthieu.aubry@gmail.com> Date: Wed, 23 Jun 2010 03:07:03 +0000 Subject: [PATCH] 0.6.2rc2 git-svn-id: http://dev.piwik.org/svn/trunk@2364 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 23e4c78c49..16ddc2168c 100644 --- a/core/Version.php +++ b/core/Version.php @@ -17,5 +17,5 @@ */ final class Piwik_Version { - const VERSION = '0.6.3-rc1'; + const VERSION = '0.6.3-rc2'; } -- GitLab