From 751e0886e9c929c674ae8d2bf89d617a162c19c2 Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 7 Jul 2011 21:09:48 +0000 Subject: --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 2f1a23e403..94bcd6ecb6 100644 --- a/core/Version.php +++ b/core/Version.php @@ -17,5 +17,5 @@ */ final class Piwik_Version { - const VERSION = '1.5.1'; + const VERSION = '1.5.1-rc1'; } -- cgit v1.2.3 From 75029679a3dc778778ef5cbaadd4eb2557ed5a84 Mon Sep 17 00:00:00 2001 From: vipsoft Date: Fri, 8 Jul 2011 03:01:22 +0000 Subject: refs #308 - fix webtest --- tests/webtest/testcases/modules/macros.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/webtest/testcases/modules/macros.xml b/tests/webtest/testcases/modules/macros.xml index 8c342b19cc..edadb2b89d 100644 --- a/tests/webtest/testcases/modules/macros.xml +++ b/tests/webtest/testcases/modules/macros.xml @@ -3,7 +3,7 @@ - + -- cgit v1.2.3 From 648674e4c2e749d02689559a18c35877011bd41e Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 9 Jul 2011 10:28:13 +0000 Subject: --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 94bcd6ecb6..2f1a23e403 100644 --- a/core/Version.php +++ b/core/Version.php @@ -17,5 +17,5 @@ */ final class Piwik_Version { - const VERSION = '1.5.1-rc1'; + const VERSION = '1.5.1'; } -- cgit v1.2.3