jquery2.js?

jquery2.js?

The other day I cloned a fresh repo and, as I was in a ruby state of
mind, built jquery using `rake` rather than the usual `make`. To my
surprise, I found one jquery2.js in /dist. Before leaking jquery2.js
to the Pirate Bay, I checked it out and it's nothing more than a
vanilla jquery.js. Any special reason for rake to build jquery.js with
a different name?
(21) " sed s/@VERSION/" + version + "/ > dist/jquery2.js"
-Mike
--