summaryrefslogtreecommitdiff
path: root/modules/simpletest
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest')
-rw-r--r--modules/simpletest/tests/system_test.module2
1 files changed, 1 insertions, 1 deletions
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';
}
}
}