edit: $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Scripts/powershell/update-version.ps1;C1162008
File: update-version.ps1
===================================================================
--- $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Scripts/powershell/update-version.ps1;C1162008  (server)    11/2/2009 8:53 AM
+++ Shelved Change: $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Scripts/powershell/update-version.ps1;update_version
@@ -4,11 +4,11 @@
 )
 
 $config = "$env:MERLIN_ROOT\Config"
-$files = @("$config\Signed\App.config", "$config\Unsigned\App.config", "$env:MERLIN_ROOT\Languages\Ruby\Ruby\Runtime\RubyContext.cs", "$env:MERLIN_ROOT\Runtime\Tests\HostingTest\LangSetup.cs")
+$files = @("$config\Signed\App.config", "$config\Unsigned\App.config", "$env:MERLIN_ROOT\Languages\Ruby\Ruby\Runtime\RubyContext.cs", "$env:MERLIN_ROOT\Languages\Ruby\Scripts\Wix\IronRuby.wxs", "$env:MERLIN_ROOT\Runtime\Tests\HostingTest\LangSetup.cs")
 $cold = $old -replace "\.", ", "
 $cnew = $new -replace "\.", ", "
 $files | foreach {
   tf edit $_
   (get-content $_) | foreach-object {$_ -replace $old, $new} | set-content $_
   (get-content $_) | foreach-object {$_ -replace $cold, $cnew} | set-content $_
-}
\ No newline at end of file
+}
===================================================================
edit: $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Scripts/Wix/IronRuby.wxs;C1230207
File: IronRuby.wxs
===================================================================
--- $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Scripts/Wix/IronRuby.wxs;C1230207  (server)    10/29/2009 4:23 PM
+++ Shelved Change: $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Scripts/Wix/IronRuby.wxs;update_version
@@ -14,8 +14,8 @@
 -->
 
 <?define ProductShortName = "IronRuby" ?>
-<?define ProductVersion = "0.9.1.0" ?>
-<?define ProductVersionText = "0.9.1" ?>
+<?define ProductVersion = "0.9.2.0" ?>
+<?define ProductVersionText = "0.9.2" ?>
 <?define Manufacturer = "Microsoft Corporation" ?>
 <?define UpgradeCode = "4C7A5A90-300E-466d-927B-E1B2E8B704A5" ?>
 
@@ -34,7 +34,7 @@
     <!-- Properties -->
     <Property Id="ALLUSERS" Value="1" />
     <Property Id="ARPHELPLINK" Value="http://rubyforge.org/mailman/listinfo/ironruby-core" />
-    <Property Id="ARPURLINFOABOUT" Value="http://www.ironruby.net" />
+    <Property Id="ARPURLINFOABOUT" Value="http://www.ironruby.com" />
     <Property Id="ARPURLUPDATEINFO" Value="http://ironruby.codeplex.com" />
     <Property Id="NET20DETECTED">
       <RegistrySearch Id="Net20RegSearch" Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v2.0.50727" Name="Install" Type="raw" />
===================================================================
