--- jquery_update.module.orig 2009-03-21 21:30:08.000000000 +0100 +++ jquery_update.module 2009-03-23 00:05:33.422559500 +0100 @@ -94,8 +94,8 @@ function jquery_update_preprocess_page(& */ function jquery_update_get_version($jquery_path = NULL) { $version = 0; - $pattern = '# * jQuery ([0-9\.a-z]+) - New Wave Javascript#'; - + $pattern = '# * jQuery JavaScript Library v([0-9\.a-z]+)#'; + // No file is passed in so default to the file included with this module. if (is_null($jquery_path)) { $jquery_path = jquery_update_jquery_path();