From 766c3765bd30e6a643eff99da0f1c293aa2897bd Mon Sep 17 00:00:00 2001 From: John Resig Date: Tue, 10 Oct 2006 00:23:18 +0000 Subject: Now have accurate version information built into jquery.js - will build it into the docs and test suite next. --- src/jquery/jquery.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 341bd8813..ab7564fd7 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. -- cgit v1.2.3