[jQuery] Using SVN's $Rev for the version string is somewhat error prone
Since most people use JQuery as a suite of functions they may assume
that $.jquery will always equal the latest revision number.
The current SVN revision is 170. The current SVN rev in jquery/
jquery.js is 169. This is because the last time the jquery file was
touched was revision 169.
$ svn log -v -r 169:170
------------------------------------------------------------------------
r169 | john | 2006-08-01 00:35:37 -0700 (Tue, 01 Aug 2006) | 2 lines
Changed paths:
M /jquery/jquery/jquery.js
Fixed issue with "to" macros.
------------------------------------------------------------------------
r170 | gilles | 2006-08-01 02:23:44 -0700 (Tue, 01 Aug 2006) | 1 line
Changed paths:
A /jquery/MIT-LICENSE
------------------------------------------------------------------------
Don't know if this is actually an issue for anybody, or is all that
anyone cares about is that $.jquery exists?
Corey
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/