diff --git a/LICENSE-INFO.txt b/LICENSE-INFO.txt
index 4b990893..fbedd218 100644
--- a/LICENSE-INFO.txt
+++ b/LICENSE-INFO.txt
@@ -2,7 +2,7 @@
* jQuery Mobile Framework v@VERSION
* http://jquerymobile.com
*
-* Copyright 2011 (c) jQuery Project
+* Copyright 2011-2012 (c) jQuery Project
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
diff --git a/MIT-LICENSE.txt b/MIT-LICENSE.txt
index 53270463..b0643331 100644
--- a/MIT-LICENSE.txt
+++ b/MIT-LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2011 John Resig, http://jquery.com/
+Copyright (c) 2011-2012 John Resig, http://jquery.com/
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/Makefile b/Makefile
index 2f1ef776..fcb7eb89 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@ js: init
# ..... and then minify it
@@echo ${VER_MIN} > ${OUTPUT}/${NAME}.min.js
@@java -XX:ReservedCodeCacheSize=64m \
- -jar build/google-compiler-20111003.jar \
+ -jar build/google-compiler-2011-20121003.jar \
--js ${OUTPUT}/${NAME}.js \
--js_output_file ${OUTPUT}/${NAME}.tmp.js
@@cat ${OUTPUT}/${NAME}.tmp.js >> ${OUTPUT}/${NAME}.min.js
diff --git a/docs/about/accessibility.html b/docs/about/accessibility.html
index 97399b33..a58fd7b4 100755
--- a/docs/about/accessibility.html
+++ b/docs/about/accessibility.html
@@ -57,7 +57,7 @@
diff --git a/docs/about/features.html b/docs/about/features.html
index e94eecb3..5086b8c8 100755
--- a/docs/about/features.html
+++ b/docs/about/features.html
@@ -64,7 +64,7 @@
diff --git a/docs/about/getting-started.html b/docs/about/getting-started.html
index ff359e37..c9d937fb 100644
--- a/docs/about/getting-started.html
+++ b/docs/about/getting-started.html
@@ -159,7 +159,7 @@
diff --git a/docs/about/intro.html b/docs/about/intro.html
index bed44db7..54d0f1c5 100755
--- a/docs/about/intro.html
+++ b/docs/about/intro.html
@@ -59,7 +59,7 @@
diff --git a/docs/about/platforms.html b/docs/about/platforms.html
index a516e721..454f2073 100755
--- a/docs/about/platforms.html
+++ b/docs/about/platforms.html
@@ -91,7 +91,7 @@
diff --git a/docs/api/data-attributes.html b/docs/api/data-attributes.html
index 3800ccb4..d16ee1d6 100644
--- a/docs/api/data-attributes.html
+++ b/docs/api/data-attributes.html
@@ -452,7 +452,7 @@
diff --git a/docs/api/events.html b/docs/api/events.html
index 878d02d7..bee6b26f 100755
--- a/docs/api/events.html
+++ b/docs/api/events.html
@@ -503,7 +503,7 @@ $( '#foo' ).hide().trigger( 'updatelayout' );
diff --git a/docs/api/globalconfig.html b/docs/api/globalconfig.html
index 7992d08a..479d7e16 100755
--- a/docs/api/globalconfig.html
+++ b/docs/api/globalconfig.html
@@ -154,7 +154,7 @@ $(document).bind("mobileinit", function(){
diff --git a/docs/api/mediahelpers.html b/docs/api/mediahelpers.html
index 0bf717c6..064ebf82 100755
--- a/docs/api/mediahelpers.html
+++ b/docs/api/mediahelpers.html
@@ -122,7 +122,7 @@ $.mobile.media("screen and (-webkit-min-device-pixel-ratio: 2)");
diff --git a/docs/api/methods.html b/docs/api/methods.html
index 3572ddf2..2b20bd4e 100755
--- a/docs/api/methods.html
+++ b/docs/api/methods.html
@@ -557,7 +557,7 @@ $.mobile.silentScroll(100);
diff --git a/docs/buttons/buttons-events.html b/docs/buttons/buttons-events.html
index 92166036..d130335c 100644
--- a/docs/buttons/buttons-events.html
+++ b/docs/buttons/buttons-events.html
@@ -80,7 +80,7 @@ $('[type='submit']').button({
diff --git a/docs/buttons/buttons-grouped.html b/docs/buttons/buttons-grouped.html
index ff6b9bcc..5df23b78 100755
--- a/docs/buttons/buttons-grouped.html
+++ b/docs/buttons/buttons-grouped.html
@@ -87,7 +87,7 @@
diff --git a/docs/buttons/buttons-icons.html b/docs/buttons/buttons-icons.html
index f148112d..22ff7631 100755
--- a/docs/buttons/buttons-icons.html
+++ b/docs/buttons/buttons-icons.html
@@ -222,7 +222,7 @@
diff --git a/docs/buttons/buttons-inline.html b/docs/buttons/buttons-inline.html
index b9662f17..c29e37a4 100755
--- a/docs/buttons/buttons-inline.html
+++ b/docs/buttons/buttons-inline.html
@@ -72,7 +72,7 @@
diff --git a/docs/buttons/buttons-methods.html b/docs/buttons/buttons-methods.html
index cba405ab..bd2a92d8 100644
--- a/docs/buttons/buttons-methods.html
+++ b/docs/buttons/buttons-methods.html
@@ -86,7 +86,7 @@ $('[type='submit']').button('refresh');
diff --git a/docs/buttons/buttons-options.html b/docs/buttons/buttons-options.html
index d7e66c81..2a8bebaf 100644
--- a/docs/buttons/buttons-options.html
+++ b/docs/buttons/buttons-options.html
@@ -133,7 +133,7 @@
diff --git a/docs/buttons/buttons-themes.html b/docs/buttons/buttons-themes.html
index 7659efe6..17ace9d0 100644
--- a/docs/buttons/buttons-themes.html
+++ b/docs/buttons/buttons-themes.html
@@ -119,7 +119,7 @@
diff --git a/docs/buttons/buttons-types.html b/docs/buttons/buttons-types.html
index 74f392f9..bccad452 100755
--- a/docs/buttons/buttons-types.html
+++ b/docs/buttons/buttons-types.html
@@ -94,7 +94,7 @@ $('[type='submit']').button();
diff --git a/docs/content/content-collapsible-set.html b/docs/content/content-collapsible-set.html
index 000fb828..bb77c392 100644
--- a/docs/content/content-collapsible-set.html
+++ b/docs/content/content-collapsible-set.html
@@ -142,7 +142,7 @@
diff --git a/docs/content/content-collapsible.html b/docs/content/content-collapsible.html
index 9f033f5d..425e45eb 100755
--- a/docs/content/content-collapsible.html
+++ b/docs/content/content-collapsible.html
@@ -184,7 +184,7 @@
diff --git a/docs/content/content-grids.html b/docs/content/content-grids.html
index 35edb416..5e2a49e4 100644
--- a/docs/content/content-grids.html
+++ b/docs/content/content-grids.html
@@ -182,7 +182,7 @@
diff --git a/docs/content/content-html.html b/docs/content/content-html.html
index 708a3b23..52a6ba28 100644
--- a/docs/content/content-html.html
+++ b/docs/content/content-html.html
@@ -133,7 +133,7 @@
diff --git a/docs/content/content-themes.html b/docs/content/content-themes.html
index b7267937..0bb0a971 100755
--- a/docs/content/content-themes.html
+++ b/docs/content/content-themes.html
@@ -133,7 +133,7 @@
diff --git a/docs/forms/checkboxes/events.html b/docs/forms/checkboxes/events.html
index 0f0b96e2..bb422607 100644
--- a/docs/forms/checkboxes/events.html
+++ b/docs/forms/checkboxes/events.html
@@ -91,7 +91,7 @@ $("input[type='checkbox']").checkboxradio({
diff --git a/docs/forms/checkboxes/index.html b/docs/forms/checkboxes/index.html
index 5de0491b..8925a5bb 100755
--- a/docs/forms/checkboxes/index.html
+++ b/docs/forms/checkboxes/index.html
@@ -157,7 +157,7 @@
diff --git a/docs/forms/checkboxes/methods.html b/docs/forms/checkboxes/methods.html
index 85504636..1861c05f 100644
--- a/docs/forms/checkboxes/methods.html
+++ b/docs/forms/checkboxes/methods.html
@@ -95,7 +95,7 @@ $("input[type='checkbox']:first").attr("checked",true).checkboxradio("refresh");
diff --git a/docs/forms/checkboxes/options.html b/docs/forms/checkboxes/options.html
index 1a7a72e1..1d5bc4ba 100644
--- a/docs/forms/checkboxes/options.html
+++ b/docs/forms/checkboxes/options.html
@@ -80,7 +80,7 @@
diff --git a/docs/forms/docs-forms.html b/docs/forms/docs-forms.html
index 460b4b8a..b1f5dfca 100755
--- a/docs/forms/docs-forms.html
+++ b/docs/forms/docs-forms.html
@@ -234,7 +234,7 @@ $(document).bind('mobileinit',function(){
diff --git a/docs/forms/forms-all-native.html b/docs/forms/forms-all-native.html
index dfc77cc0..beb9788e 100755
--- a/docs/forms/forms-all-native.html
+++ b/docs/forms/forms-all-native.html
@@ -237,7 +237,7 @@
diff --git a/docs/forms/forms-all.html b/docs/forms/forms-all.html
index 56337191..01f65dc9 100755
--- a/docs/forms/forms-all.html
+++ b/docs/forms/forms-all.html
@@ -235,7 +235,7 @@
diff --git a/docs/forms/forms-sample-response.php b/docs/forms/forms-sample-response.php
index fd07c8ed..4a2f7ad2 100755
--- a/docs/forms/forms-sample-response.php
+++ b/docs/forms/forms-sample-response.php
@@ -71,7 +71,7 @@
diff --git a/docs/forms/forms-sample-selfsubmit.php b/docs/forms/forms-sample-selfsubmit.php
index 11e876cf..9e053137 100755
--- a/docs/forms/forms-sample-selfsubmit.php
+++ b/docs/forms/forms-sample-selfsubmit.php
@@ -69,7 +69,7 @@
diff --git a/docs/forms/forms-sample.html b/docs/forms/forms-sample.html
index 7c478b8f..947036f8 100755
--- a/docs/forms/forms-sample.html
+++ b/docs/forms/forms-sample.html
@@ -102,7 +102,7 @@
diff --git a/docs/forms/forms-themes.html b/docs/forms/forms-themes.html
index 62e98892..e658a5ec 100755
--- a/docs/forms/forms-themes.html
+++ b/docs/forms/forms-themes.html
@@ -396,7 +396,7 @@
diff --git a/docs/forms/plugin-eventsmethods.html b/docs/forms/plugin-eventsmethods.html
index 31ae7a49..75aebf59 100755
--- a/docs/forms/plugin-eventsmethods.html
+++ b/docs/forms/plugin-eventsmethods.html
@@ -61,7 +61,7 @@
diff --git a/docs/forms/radiobuttons/events.html b/docs/forms/radiobuttons/events.html
index 2fe4f981..474c3390 100644
--- a/docs/forms/radiobuttons/events.html
+++ b/docs/forms/radiobuttons/events.html
@@ -93,7 +93,7 @@ $("input[type='radio']").checkboxradio({
diff --git a/docs/forms/radiobuttons/index.html b/docs/forms/radiobuttons/index.html
index 8b70276d..21431ee3 100755
--- a/docs/forms/radiobuttons/index.html
+++ b/docs/forms/radiobuttons/index.html
@@ -182,7 +182,7 @@
diff --git a/docs/forms/radiobuttons/methods.html b/docs/forms/radiobuttons/methods.html
index cb52d9ce..bf85692c 100644
--- a/docs/forms/radiobuttons/methods.html
+++ b/docs/forms/radiobuttons/methods.html
@@ -95,7 +95,7 @@ $("input[type='radio']:first").attr("checked",true).checkboxradio("refresh");
diff --git a/docs/forms/radiobuttons/options.html b/docs/forms/radiobuttons/options.html
index 16f89d43..5d27340c 100644
--- a/docs/forms/radiobuttons/options.html
+++ b/docs/forms/radiobuttons/options.html
@@ -80,7 +80,7 @@
diff --git a/docs/forms/search/events.html b/docs/forms/search/events.html
index e8f0f2ba..8012bd00 100644
--- a/docs/forms/search/events.html
+++ b/docs/forms/search/events.html
@@ -90,7 +90,7 @@ $( ".selector" ).textinput({
diff --git a/docs/forms/search/index.html b/docs/forms/search/index.html
index 68b0de97..a25f78b5 100755
--- a/docs/forms/search/index.html
+++ b/docs/forms/search/index.html
@@ -113,7 +113,7 @@ $('.mySearchInput').textinput();
diff --git a/docs/forms/search/methods.html b/docs/forms/search/methods.html
index ab635fb1..7acf21a4 100644
--- a/docs/forms/search/methods.html
+++ b/docs/forms/search/methods.html
@@ -87,7 +87,7 @@ $('.selector').textinput('disable');
diff --git a/docs/forms/search/options.html b/docs/forms/search/options.html
index e1b6fef4..eba72cdf 100644
--- a/docs/forms/search/options.html
+++ b/docs/forms/search/options.html
@@ -89,7 +89,7 @@
diff --git a/docs/forms/selects/custom.html b/docs/forms/selects/custom.html
index 5f220645..b733112f 100644
--- a/docs/forms/selects/custom.html
+++ b/docs/forms/selects/custom.html
@@ -331,7 +331,7 @@ $.mobile.selectmenu.prototype.options.hidePlaceholderMenuItems = false;
diff --git a/docs/forms/selects/events.html b/docs/forms/selects/events.html
index 3ef377fa..64348f95 100644
--- a/docs/forms/selects/events.html
+++ b/docs/forms/selects/events.html
@@ -92,7 +92,7 @@ $( ".selector" ).selectmenu({
diff --git a/docs/forms/selects/index.html b/docs/forms/selects/index.html
index 3a746d3e..0a155cff 100644
--- a/docs/forms/selects/index.html
+++ b/docs/forms/selects/index.html
@@ -204,7 +204,7 @@
<label for="select-choice-year">Year</label>
<select name="select-choice-year" id="select-choice-year">
<option>Year</option>
- <option value="2011">2011</option>
+ <option value="2011-2012">2011-2012</option>
<!-- etc. -->
</select>
</fieldset>
@@ -248,7 +248,7 @@