summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 40bad7573..7d359303f 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1046,7 +1046,7 @@ function system_library() {
$libraries['jquery'] = array(
'title' => 'jQuery',
'website' => 'http://jquery.com',
- 'version' => '1.3.2',
+ 'version' => '1.4.2',
'js' => array(
'misc/jquery.js' => array('weight' => JS_LIBRARY - 20),
),