]> source.dussan.org Git - jquery.git/commitdiff
Added versioning info into the jQuery core.
authorJohn Resig <jeresig@gmail.com>
Wed, 22 Mar 2006 19:49:50 +0000 (19:49 +0000)
committerJohn Resig <jeresig@gmail.com>
Wed, 22 Mar 2006 19:49:50 +0000 (19:49 +0000)
jquery/jquery.js

index 6b1d2f1cb1f2220f733479a8b4ef5b56ca78a5b0..475ca5608e9f324adac89a183d2306786d730568 100644 (file)
@@ -1,7 +1,10 @@
 /*
- * JQuery (http://jquery.com/)
+ * jQuery (http://jquery.com/)
  * By John Resig (http://ejohn.org/)
  * Under an Attribution, Share Alike License
+ *
+ * $Date: $
+ * $Rev: $
  */
 
 function $(a,c) {
@@ -32,7 +35,7 @@ function $(a,c) {
        // Load Dynamic Function List
        var self = {
                cur: $.Select($a,$c),
-               $jquery: "0.30",
+               $jquery: "$Rev$",
                
                // The only two getters
                size: function() {return this.get().length},