Opened 16 years ago
Closed 15 years ago
#816 closed bug (fixed)
jQuery version is not substituted in build
Reported by: | 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.
Change History (4)
comment:1 Changed 16 years ago by
Milestone: | → 1.1 |
---|
comment:2 Changed 16 years ago by
I can confirm the problem, my local ant-based build still contains the @VERSION. Is this a make specific feature?
comment:3 Changed 16 years ago by
Component: | core → build |
---|---|
Milestone: | 1.1.3 → 1.1.4 |
need: | → Review |
Version: | 1.1 → 1.1.3 |
Note: See
TracTickets for help on using
tickets.
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.