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 9baa5f5cc..e697abb46 100644
--- a/ui/datepicker.js
+++ b/ui/datepicker.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Datepicker @VERSION
+ * jQuery UI Datepicker 1.11.3
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -23,7 +23,7 @@
}
}(function( $ ) {
-$.extend($.ui, { datepicker: { version: "@VERSION" } });
+$.extend($.ui, { datepicker: { version: "1.11.3" } });
var datepicker_instActive;
@@ -2077,7 +2077,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.3";
return $.datepicker;