Now have accurate version information built into jquery.js - will build it into the docs and test suite next.

This commit is contained in:
John Resig 2006-10-10 00:23:18 +00:00
parent 6cb2e8ee8b
commit 766c3765bd
4 changed files with 9 additions and 5 deletions

View file

@ -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.