summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xstatic/pkg/jquery/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/xstatic/pkg/jquery/__init__.py b/xstatic/pkg/jquery/__init__.py
index 44b2821..1c7def6 100644
--- a/xstatic/pkg/jquery/__init__.py
+++ b/xstatic/pkg/jquery/__init__.py
@@ -16,7 +16,9 @@ except ImportError:
class JQuery(XStatic):
name = 'jquery' # short, all lowercase name
display_name = 'jQuery' # official name, upper/lowercase allowed
- version = '1.6.1' # for simplicity, use same version as bundled files
+ version = '1.6.1.1' # for simplicity, use same version x.y.z as bundled files
+ # additionally we append .b for our build number, so we
+ # can release new builds with fixes for xstatic stuff.
base_dir = join(dirname(__file__), 'data')
# linux package maintainers just can point to their file locations like this: