From e758e30450ca661f2e99f2795441b9ebe7d3c0f1 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 5 Aug 2009 16:16:41 +0000 Subject: #533584 by chx, dww, and Nick Lewis: Allow version-level dependency support to work with beta, rc, etc. --- modules/simpletest/tests/system_test.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest') diff --git a/modules/simpletest/tests/system_test.module b/modules/simpletest/tests/system_test.module index cab3b9e57..3f0a1acef 100644 --- a/modules/simpletest/tests/system_test.module +++ b/modules/simpletest/tests/system_test.module @@ -180,7 +180,7 @@ function system_test_system_info_alter(&$info, $file) { } if ($file->name == 'common_test') { $info['hidden'] = FALSE; - $info['version'] = '7.x-2.4'; + $info['version'] = '7.x-2.4-beta3'; } } } -- cgit v1.2.3