diff --git a/thunderbird.xml b/thunderbird.xml
index e24eede67a97ba1a7ce0f1696c4373b0a84e0255..c914c542ba54a9073d4c7b6a922fdf80cece3027 100755
--- a/thunderbird.xml
+++ b/thunderbird.xml
@@ -1,15 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <packages>
 
-<package id="thunderbird" name="Mozilla Thunderbird" revision="%version%.2" reboot="false" priority="0">
+<package id="thunderbird" name="Mozilla Thunderbird" revision="%version%.1" reboot="false" priority="0">
 
 	<!-- NB: we've had problems with major version bumps which sometimes change the format of options
 			 we add in chemistry-prefs.js. Thus, we tie that to a version, and please test carefully when
        upgrading -->
 
- <variable name="version" value="68.5.0" />
+ <variable name="version" value="68.6.0" />
  <variable name="prefsversion" value="68" />
-
  <check type="uninstall" condition="versiongreaterorequal" path="Mozilla Thunderbird.*" value="%version%" />
 
   <install cmd='"%software%\thunderbird\Thunderbird Setup %version%.exe" -ms' />