From 80e3f7e6cf416e75164519bb80dd48da05fd9d1a Mon Sep 17 00:00:00 2001
From: Adam Thorn <alt36@cam.ac.uk>
Date: Mon, 12 May 2014 10:46:27 +0100
Subject: [PATCH] Thunderbird 24.4.0 -> 24.5.0

---
 thunderbird.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/thunderbird.xml b/thunderbird.xml
index 0b7ad0ac..dc17f739 100755
--- a/thunderbird.xml
+++ b/thunderbird.xml
@@ -3,7 +3,11 @@
 
 <package id="thunderbird" name="Mozilla Thunderbird" revision="%version%.2" reboot="false" priority="0">
 
- <variable name="version" value="24.4.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="24.5.0" />  
  <check type="uninstall" condition="exists" path="Mozilla Thunderbird %version%.*" />
 
   <install cmd='"%software%\thunderbird\Thunderbird Setup %version%.exe" -ms' />
-- 
GitLab