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