aboutsummaryrefslogtreecommitdiffstats
path: root/ui/datepicker.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/datepicker.js')
-rw-r--r--ui/datepicker.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/datepicker.js b/ui/datepicker.js
index d3fe3dd1f..a2caf3e6c 100644
--- a/ui/datepicker.js
+++ b/ui/datepicker.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Datepicker @VERSION
+ * jQuery UI Datepicker 1.11.1
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
@@ -23,7 +23,7 @@
}
}(function( $ ) {
-$.extend($.ui, { datepicker: { version: "@VERSION" } });
+$.extend($.ui, { datepicker: { version: "1.11.1" } });
var datepicker_instActive;
@@ -2073,7 +2073,7 @@ $.fn.datepicker = function(options){
$.datepicker = new Datepicker(); // singleton instance
$.datepicker.initialized = false;
$.datepicker.uuid = new Date().getTime();
-$.datepicker.version = "@VERSION";
+$.datepicker.version = "1.11.1";
return $.datepicker;