Skip to main content

Bug Tracker

Side navigation

#816 closed bug (fixed)

Opened January 15, 2007 09:34PM UTC

Closed January 20, 2008 02:15PM UTC

jQuery version is not substituted in build

Reported by: klaus.hartl@stilbuer Owned by:
Priority: trivial Milestone: 1.1.4
Component: build Version: 1.1.3
Keywords: Cc:
Blocked by: Blocking:
Description

If jQuery is built from the build file in a local environment, "@VERSION" is not substituted accordingly. Thus jQuery.prototype.jquery returns "@VERSION" instead of the proper version number. That may be useful if plugins need a requirement check.

Attachments (0)
Change History (4)

Changed January 15, 2007 10:27PM UTC by john comment:1

milestone: → 1.1

This is only in the .zip build that I included on the web site - but that's because I forgot the version.txt file. If you build it from SVN, it should work fine.

Changed January 17, 2007 01:47PM UTC by joern comment:2

I can confirm the problem, my local ant-based build still contains the @VERSION. Is this a make specific feature?

Changed July 21, 2007 02:39AM UTC by john comment:3

component: corebuild
milestone: 1.1.31.1.4
need: → Review
version: 1.11.1.3

Changed January 20, 2008 02:15PM UTC by joern comment:4

resolution: → fixed
status: newclosed

Fixed.