X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;h=ab7564fd7fc254da25af79fb2bbe0ffb93f72e59;hp=341bd8813d952bbe40307c1d6f9a4794c73c2826;hb=766c3765bd30e6a643eff99da0f1c293aa2897bd;hpb=6cb2e8ee8b801381fba9fcb14078f87de2517926 diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 341bd88..ab7564f 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -1,5 +1,5 @@ /* - * jQuery - New Wave Javascript + * jQuery @VERSION - New Wave Javascript * * Copyright (c) 2006 John Resig (jquery.com) * Dual licensed under the MIT (MIT-LICENSE.txt) @@ -190,7 +190,7 @@ var $ = jQuery; jQuery.fn = jQuery.prototype = { /** - * The current SVN version of jQuery. + * The current version of jQuery. * * @private * @property @@ -198,7 +198,7 @@ jQuery.fn = jQuery.prototype = { * @type String * @cat Core */ - jquery: "$Rev$", + jquery: "@VERSION", /** * The number of elements currently matched.