From aee5a0fe70baedc71ca3b6f87d80a88f794e6d31 Mon Sep 17 00:00:00 2001 From: John Resig Date: Wed, 22 Mar 2006 19:49:50 +0000 Subject: [PATCH] Added versioning info into the jQuery core. --- jquery/jquery.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jquery/jquery.js b/jquery/jquery.js index 6b1d2f1c..475ca560 100644 --- a/jquery/jquery.js +++ b/jquery/jquery.js @@ -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},